This guide is to provide simple steps on how to SSH into your server for both Windows and Mac. Your results may vary throughout this process and therefore outside research may be required.
Windows
- Download a SSH Client. We recommend using PuTTY. You can download PuTTY here
- Once downloaded, open up PuTTY
- In the Host Name/IP Address box, enter in your IP Address/Domain Name of your server
- Enter in your port. By default this will be; 4747
- Then press Open at the bottom
- Then a black box will appear prompting you for your username. Enter in your QuickBox username and press Enter.
- You will then be prompted for your password. Enter in your QuickBox password and press Enter. – Note; your password will not appear when typing this in. This is expected behaviour and a security precaution.
- If prompted about the SSH key, then press in Yes
- Finally, to access the QuickBox portion of your server, type the following command and hit Enter. You will be prompted to re-enter in your QuickBox password.
sudo su -
Mac OS
- Click on the magnifying glass at the top of your screen (or ⌘ + space)
- Then search for Terminal and click on the search result
- Your Terminal window will now appear. Now type in;
ssh username@IP/DOMAIN.COM -p 4747
- This is your QuickBox username you must enter in, and then your IP address
- If prompted about the SSH key, then type in Yes
- Then enter in your QuickBox password. – Note; your password will not appear when typing this in. This is expected behaviour and a security precaution.
- Then once you have successfully logged in, you can then run the command below to access the QuickBox portion of your server.
sudo su -