Windows Users
SSH to your account with Putty
- Download PuTTY from here
- Install PuTTY.
- Run PuTTY which should be found in your Start menu.
- In the hostname field, enter your server hostname (ex. user.cloud.seedboxes.cc). You can find your server hostname in your activation email or in your service details in your client area.
- In the port field, use the SSH port listed in your account details
Click Open
You will be asked for your username. Enter your seedbox username.
Then you will be asked for your password. Enter your seedbox password. Please note that when you enter the password, you will see nothing being typed. This is normal and it is a security precaution.
If you entered your details correctly, you will be greeted with a welcome message and your account shell ready to accept any commands.
Mac or Linux Users
SSH to your account with Terminal
Openssh is builtin in Linux and Mac operating systems, so all you have to do in order to ssh to your account is
- Open the Terminal application in your operating system
Type the command (substitute the username, SSH_PORT, with your account username and your account's ssh port that you can see in your seedbox details in your client area) :
ssh [email protected] -p SSH_PORT
You will be asked for your password. Enter your seedbox password. Please note that when you enter the password, you will see nothing being typed. This is normal and it is a security precaution.
If you entered your details correctly, you will be greeted with a welcome message and your account shell ready to accept any commands.
No Comments yet