How do I connect to an Unmanaged VPS using SSH?

Unmanaged Virtual Private Servers from Alttrixcloud are pre-configured to be accessible using SSH.

To connect to your VPS via SSH you’ll need to make sure you have an SSH client available in order to connect - If you’re running Mac OS or Linux you should be able to utilise your terminal application to connect. If you’re running Windows we’d recommend downloading and using PuTTY to connect.

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

In this guide, we’ll describe how to use PuTTY to connect.

  1. In Alttrixcloud, select Manage VPS.
  2. Head to Options -> Manage on the VPS you wish to connect to.
  3. In the VPS Information section on the right-hand side, you’ll note the IP AddressUsername and Password.
  4. Open PuTTY and in the Host Name (or IP address) field, add the IP address from the VPS Information section. Select Open.
  5. You should be prompted with login as: to which you’ll just need to enter the username.
  6. Finally, you’ll then be prompted for the password, simply enter the password for the VPS as found in the control panel.

You should now be connected to your VPS via SSH.

  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

How to use SFTP to transfer files securely with a remote server

What are FTP and SFTP? FTP or “File Transfer Protocol” is a standard protocol for transferring...

Can I use sudo on shared hosting?

Sudo is a Linux command that allows a user to run commands as a 'super user', root.  The use of...

How do I run Composer via SSH?

At Alttrixcloud we run multiple different versions of PHP. On our SSH servers, the execution of...

How do I import a .sql file via the command-line?

If you've set up SSH access for a package then you can use one of two methods to import a MySQL...