Lucee Admin can be locked to be accessed only from the localhost with IIS. For this, you need to have Remote Access to the server.
- Go to IIS admin (inetmgr).
- Navigate to a particular domain.
- Go into the /WEB-INF/ directory.
- Select the /lucee/ directory.
- Click the “Add Allow Entry” option in the actions sidebar.
- Enter 127.0.0.1 for Specific IP Address and click OK.
- Select the root of the server from the left menu.
- Open the Request Filtering.
- Click the URL tab.
- Select ‘Deny Sequence…’ from the right menu.
- Enter /lucee/admin/ for ‘URL Sequence’ and click OK.