Hi. The only way I can connect to our remote servers is by ssh into a hub server then ssh to the remote server. In other words, there is no direct route from my network to my remote servers. How would I go about setting up this server remotely. I can ftp all the necessary files. All of our servers are Linux.
I think server -remote launces a Java application. Get to the server you want to set up (SSH to hub, SSH to new server) and put the server in listen mode by server -listen. Then, run the remotesetup program from a local client. You may need to install this application. Also, this is assuming that your new server is accessible by TCP/IP and port 8585 is not being blocked.