.. is it possible to access server-manager from the internet? When I tried it would not allow me to log in, how would I enable this? Thanks again!
First of all you must decide whether you really want to enable command-line access from the entire internet?
If yes (and it IS a major decision!), just enable it in server-manager. Remember also to modify the admin user account, since it needs VPN-client access.
Then you create a putty session from the external machine you want to access server-manager from, with a tunnel to port 980 (L980 remote:980) on your servers external ip-address, and connect as root.
That done, you just open a browser and point it to
http://localhost:980That setup worked for me, until I decided to disable command-line access from the internet altogether (I simply find it too dangerous seeing the number of attack-attemps mounting in my 'deny-log'!).
How to find the external ip-address in your setup at any given time, I don't know. I have a fixed ip-address myself and no router. My connection just uses DHCP, sending the external address as a client identifier (server-gateway setup).
Hope this helps, and good luck, whatever you decide.