Dedicated Server: Troubleshooting

Identify and fix errors when the server goes down

This article explains how to gather information about your system and possible sources of errors occurring when your Dedicated Server fails.

If your Dedicated Server is no longer accessible, please first try to eliminate possible sources of error step by step to identify and solve the cause as quickly as possible. Proceed as follows:

Restart the Server and Check the SSH or Remote Desktop Connection

Note

Depending on the operating system and configuration of the server, this process can take up to 10 minutes.

  • Check whether you can connect to the server using SSH (Linux) or Remote Desktop (Microsoft Windows Server).

Note

If you receive a message that the password is incorrect, check the credentials and reset the root password (Linux) or the administrator password (Microsoft Windows) if necessary.

Check the Log Files

If you can establish a connection to your server, check the log files of your server. When troubleshooting, consider updates and configuration changes that may have been made recently.

If you cannot connect to your server, continue with the next step.

Check the Firewall Policy and Firewall Rules

  • In the Cloud Panel, check which firewall policy is assigned to the server in the Infrastructure > Server section.

  • In the Network > Firewall Policy section, check if the required ports have been opened in the assigned firewall policy. If necessary, assign the correct firewall policy to the server or create the necessary rules for the port  releases in the assigned firewall policy, such as port 22 for SSH or port 3389 for RDP.

  • Try again to connect to the server via SSH (Linux) or Remote Desktop (Microsoft Windows Server).

Perform a Port Scan

If you cannot connect to the server after checking and possibly adjusting the firewall policy in the Cloud Panel, perform a port scan. To do this on your local computer, enter the appropriate command in the Terminal (Linux) or Power Shell (Microsoft Windows):

Linux

nc -v IP ADDRESS_OF_THE_SERVER PORT NUMBER
Example:

[root@localhost ~]# nc -v 192.168.1.1 22

Microsoft Windows

Test-NetConnection IP_ADDRESS_OF-THE_SERVER -p PORT NUMBER


Example:

Test NetConnection 192.168.1.1 -Port 2

Note

If the required ports are still blocked after the firewall policies have been checked and adjusted, you will need to check the firewall settings in your operating system.

Boot into the rescue system and check the server configuration

If you cannot connect to the server, boot the server into the Linux or Windows rescue system and then log on to the server using the VNC console. Then check the firewall configuration and your network settings.

The most important commands you need to check the network configuration and firewall configuration are listed in the following article:

Checking the firewall configuration and the network settings (Linux)

Note

If your server cannot boot into the rescue system or you are having problems with troubleshooting, please contact the support.