How to connect to a Dedibox VPS
Reviewed on 18 November 2024 • Published on 15 May 2024
You can manage your Dedibox VPS by accessing it through SSH.
To complete the actions presented below, you must have:
To connect to your Dedibox VPS from Linux or Mac OSX, follow these steps:
- Open a terminal program on your local machine.
- Type the following command. Make sure that you replace the placeholder with your own value.
ssh root@<YOUR_DEDIBOX_VPS_IP>
- If prompted, allow connection to the host by typing
yes
and press Enter.
- Enter your password and press Enter to log in. You are now connected to your VPS.
Tip
- When you install your VPS using an SSH key, you do not need a password for authentication, as your key is used for identification.
- For beginners in the Linux shell, explore our tutorial designed to introduce you to the first steps of the Linux command line.
To connect to your Dedibox VPS from Windows, follow these steps:
- Download and install PuTTY.
NoteYou also have the option to use the Windows SSH client, which is available on Windows 10 or 11 operating systems.
- Launch PuTTY and enter your Dedibox VPS’ IP address in the Hostname field.
- Click Open to establish the connection. If prompted, confirm the connection.
- Enter the username root and the user’s password. You are now connected to your VPS.
Tip
- When you install your VPS using an SSH key, you do not need a password for authentication, as your key is used for identification.
- For beginners in the Linux shell, explore our tutorial designed to introduce you to the first steps of the Linux command line.