How do I connect to my Contabo server for the first time?
What information do I need to connect to my server?
You will need the following information to connect to your server for the first time:
- Your server username
- The IP address of your server
If you’re not sure about these details, log in to the Customer Panel and open the relevant section depending on your server type: VDS control, VPS control, or Server control. You can then find the IP address in the ‘Server’ column and the username in the ‘Default User’ column.
Below you’ll find instructions on how to connect to your Contabo server based on the operating system of your local computer and the operating system of your Contabo server.
Table of contents
- How do I connect to a Windows server using a Windows local computer?
- How do I connect to a Windows server using a Linux local computer?
- How do I connect to a Windows server using a MacOS local computer?
- How do I connect to a Linux server using a Linux local computer?
- How do I connect to a Linux server using a Windows local computer?
- Video content
- I’m having issues connecting to my server, what can I do?
How do I connect to a Windows server using a Windows local computer?
- Open Remote Desktop Connection
Open the Remote Desktop Connection application. - Find the application
On Windows 7: Navigate to the Start menu and search for ‘Remote Desktop Connection’.
On Windows 8/10: Navigate to the Windows menu and search for ‘Remote Desktop Connection’.
- Configure local resources (optional)
When Remote Desktop Connection opens, click ‘Show Options’ and then open ‘Local Resources’.
Under ‘Local devices and resources’, click ‘More’ and enable ‘Drives’ if needed.
- Enter the server IP address
Enter your server’s IP address (for example: ‘173.xxx.xxx.xxx’). You can find it in the Customer Panel or in the ‘Your login data!’ email. - Allow Remote Desktop (Windows 11 only)
On Windows 11, make sure Remote Desktop is allowed. Open settings by pressing Windows + i. - Enable Remote Desktop
Click ‘System’ in the left menu and enable ‘Remote Desktop’.
- Start the connection
Once complete, launch the Remote Desktop application and connect to your server.
How do I connect to a Windows server using a Linux local computer?
- Install an RDP client
To connect from a Linux system to Windows Remote Desktop, you need an RDP client. The command-line tool rdesktop is available for most Linux distributions. - Install rdesktop (example: Ubuntu)
sudo apt-get install rdesktop - Start the connection
You can start the RDP session via terminal:rdesktop <YOUR_IP> - Check X11 availability
To establish an RDP connection, your local Linux system must have an X11 server available. If you’re using a GUI (e.g., GNOME or KDE), it is usually installed by default.
How do I connect to a Windows server using a MacOS local computer?
- Install Microsoft Remote Desktop
Download the Remote Desktop client from the App Store: Open App Store - Connect to your server
After installation, open the app and enter your Windows credentials. In the ‘Domain’ field, you can use either the IP address of the server or the hostname.
How do I connect to a Linux server using a Linux local computer?
- Open a terminal and connect via SSH
Run the following command:
Example:ssh <username>@<IP address>ssh example_user@255.255.255.255 - Accept the SSH fingerprint
If this is your first connection attempt, accept the SSH fingerprint by typing ‘yes’. - Enter your password
Enter your server password. SSH will not display characters while typing. If you copy/paste, make sure there are no trailing spaces. - Verify the connection
Once the connection is established, you should see a terminal prompt.
How do I connect to a Linux server using a Windows local computer?
- Install an SSH client
You will need an SSH client. We recommend PuTTY, which you can install via the Microsoft Store or download in your browser. - Open PuTTY
Launch PuTTY. You should see a configuration window like this:
- Enter the IP address
In PuTTY, enter your server IP address in the ‘Host Name (or IP address)’ field. - Set the port
Enter 22 as the port (unless you changed it). - Start the connection
Click ‘Open’. - Accept the SSH certificate
If this is your first time connecting, accept the SSH certificate when prompted. - Enter your username
Enter the username for your server. You can find it in the Customer Panel under the relevant section (VPS/VDS/Server control). - Enter your password
Enter your server password. SSH will not display characters while typing. If you copy/paste, make sure there are no trailing spaces. - Confirm you are connected
You should now be connected via SSH.
Video content
We also have a video walkthrough showing how to connect to your server:
If you’re having trouble accessing the video above, you can also watch it directly on YouTube here.
I’m having issues connecting to my server, what can I do?
If you’re having trouble connecting to your server, see: I Can't Connect to My Server, What Do I Do?. It provides solutions to common connection problems.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article