Custom Admin URL
It would be nice if you would let us put the admin system on a custom URL that way both interfaces could work on the same port.
https://mail.something.com -> Port 80/443 on same server
https://admin.something.com -> Port 80443 on same server
-
Jerry Dinan commented
you could easily do this with a web proxy. Nginx for example would listen on the port with said FQDN and even handle the ssl if you like and then proxy inside to the normal :9000 port for admin. however I would strongly, strongly advise against having your admin console public to the internet. if you are accessing inside or via a vpn, the above method would work, but make sure you adjust your dns, or even you host file to point the the proxy for your admin FQDN instead the actual axigen server.