hjpal
Server manager remote access is blocked by default for security reasons.
Look in the Remote Access panel in server manager (you can initially configure it in the text based server manager).
Add the remote host IP for each location you wish to access server manager from.
Alternative access methods have been suggested earlier in this thread.
Once you have a VPN connection established, you can access it using
https://localIP/server-managereg
http://192.168.1.1/server-managerIf WINS is setup correctly in your VPN setup, then you should be able to use
https://servername/server-manageror
https://www.yourdomain/server-manager (assuming that is resolvable via your VPN connection)
You can also create a VPN tunnel in Putty, and once that is established, then access server manager using
https://localhost/server-managerSearch forums or google for how to create a tunnel using Putty, it's so easy.
Quick howto
Create a normal Putty session parameters & save them, with these extra steps
Connection - SSH-Tunnels-
Add new forwarded port
Destination: localhost:443
Source port: 443
dot next to Local
then click Add button
This adds an entry in the Forwarded ports box as:
L443 localhost:443
Using any of these methods keeps your server protected from attack via server manager, rather than using other workarounds (which do exist) to open up server manager access to the whole Internet, which is definitely NOT recommended.