cvlcc
What I'm looking for is how to change the remote access page through winscp so that I don't have to leave my home to the office to change the remote access IP address?
Firstly if not already done, you should configure Public/Private key access via ssh, and disable password access. See the ssh PP Key Howto. As long as you take your Public key file with you, eg on USB stick, then you can access your server via ssh/putty from anywhere.
Then when you login as root via ssh & putty, you can call up the text based server manager by typing
elinks
Alternatively you can type in
console
to open the admin console menu, from where you would then select the server manager option.
Alternatively at a command prompt as root or as user with root privileges, you can issue the required commands to change any setting on sme.
If you are unsure which db value to change view the configuration database like so:
config show |more
(press a key to scroll)
To help determine which db value to change, change the setting via server manager and then review the most recent entries in the /var/log/messages file. You should then easily see which command to enter and which db setting to change. Keep in mind anything you do in server manager or the admin console, has corresponding command line commands, followed of course by the appropriate required signal-event command.
See the db commands Howto for more info
Try
config show httpd-admin
where
ValidFrom=remothostIP/255.255.255.255
Ultimately if you must use the GUI server manager you can change the remote access host IP via command line or text based server manager, and then open the GUI server manager as you usually would. I don't know why you would want to use the two step process (to get to the GUI server manager) when any configuration change can be done via ssh and the command line anyway ?