Copy link to clipboard
Copied
Currently I'm able to access CF2016 admin console on the server where its insatlled as per default url.
How can I access Coldfusion2016 admin console from any of the server. In whihc file I have to make the chnages.
Please prooovide your inputs.
Copy link to clipboard
Copied
When you say "from any of the server[s]", do you really mean from another server in the same network? If so, you could use the same url, just changing the ip address to that of the cf server you want to admin. The port (typically 8500) may be open to other servers in the same network, or could be opened in your firewall.
But if you mean you want to access the admin from OFF the network, you will likely find the port 8500 to be blocked, and may not want or be able to open the port. In that case you may wish to access the cf admin via your external web server, like iis or apache.
But since cf2016, Adobe disables that by default, for security reasons. You can force it, by taking two steps - - but then you should take additional steps to secure that access.
First up: the two steps to re-enable it:
Finally, you then MUST take steps to secure that cf admin.
There are many aspects of that above last step that are too deep to elaborate here, and this is one reason why Adobe decided to simply block access to the cf admin via external web servers by default, because people often would not add such protections.
I will add that I and others can help you set this up, on a consulting basis, via remote screenshare. To find such folks, see cf411.com/cftrouble.
Let us know how you go, or if somehow I misinterpreted your question. Even if so, perhaps the above may help other readers. (I will blog it also.)