Once the server has been created, you will have access to it via SSH. Administrative tasks must be performed by this type of connection as long as your server has an IP Address and is operational.
Macintosh and Linux users can simply connect via SSH by a shell window. For Macintosh, just open the "Terminal" application.
Windows users must download and install a program called PuTTY.
If your IP address is 123.123.123.123 and if you want to access your server via SSH, then you would use the following command:
ssh login@123.123.123.123
Replace the word "login" in the above examples by the username that you specified when you created your server.
The password that you provide will be the one that you chose for this username.
Note:
With PuTTY, you just need to enter the IP address of your server in the "Host Name" field of the window that pops up. Then, click "Open and in the "Login as:" which appears in your console window, enter admin, and then provide the password of the admin user of your server (you will not see it when you type).For security reasons, we have deactivated the ability to log in directly as root to your server via SSH. To login as root, you first need to log in as the user that you defined when you created your server. Then, once you are logged in, type:
su -
The password is the one that you specified when you created your Gandi expert server, or that you defined when you activated "root" access when leaving Gandi AI.
Note:
Gandi's support team does not have access to your root password. If you loose your root password it will not be possible to recover it. Please contact support to see what your options may be.
Last modified: 04 Apr 2012 at 04:40 by Amy B. (Gandi)