Documentation

Visit Our xCloud Knowledge Base

Here is your one-stop source for in-depth articles, FAQs, and tutorials for you to excel at hosting & managing your websites.


Troubleshooting Guide: xCloud Server Disconnected, SSL Failed Or Renew Issue

Server disconnections or SSL certificate renewal errors typically result from blocked ports which are rare. This depends on hosting providers, firewall issues, or network configuration problems, which can prevent users from accessing essential services.

This troubleshooting guide provides a step-by-step approach to troubleshooting these problems, helping users restore connectivity, deploy new sites effectively, and maintain secure server communications.

Step 1: Check the Firewall And Open Ports #

One of the most common causes of server issues is blocked or closed ports. To verify if this is the problem, start by accessing the Firewall Management panel in the xCloud control panel. Once there, check which ports are in use, particularly those for SSH (typically port 22), HTTP (typically port 80), and HTTPS (typically port 443). Testing the status of these ports alongside the server’s IP address will help determine if they are reachable.ย 

Troubleshooting Guide: xCloud Server Disconnected, SSL Failed Or Renew Issue

You can use an online port checking tool such as Port Checker to test the server’s IP address and port numbers.

SSL Certificate Renewal Issue #

If the HTTP (port 80) and HTTPS (port 443) ports are closed, but the SSH port is open, proceed to the next step to access the server through SSH.

Open a terminal or use the SSH tool in the xCloud control panel and use the following command to access the server:ย 

ssh username@server_ip -p port_number 

replacing username with the serverโ€™s SSH username, server_ip with the serverโ€™s IP address, and port_number with the appropriate SSH port number if a custom port is used. 

Once connected to the server, enable the HTTP and HTTPS ports by executing the commands

sudo ufw allow 80

sudo ufw allow 443

After allowing these ports, restart the firewall to apply the changes by runningย 

sudo ufw reload

Finally, visit the siteโ€™s URL to verify whether the server and website are accessible.

Server Disconnect Issue #

If your server is up but is disconnected from xCloud then there can be an issue with your SSH port. Please check the SSH port and if it is closed, remote access via SSH or through the xCloud control panel wonโ€™t be possible.

In this case, the you must access the server locally using the hosting providerโ€™s local terminal or console, which is typically available through their management interface.

Once in the local terminal, enable access to the necessary portsโ€”SSH (port 22 or a custom port), HTTP (port 80), and HTTPS (port 443)โ€”by running the commands respectively

sudo ufw allow 22/tcp

sudo ufw allow 80

sudo ufw allow 443

Afterward, restart the firewall using 

sudo ufw reloadย 

to apply these settings. Once the SSH port is open, you can reconnect via SSH and perform further checks if needed.

By following this guide, you can diagnose and fix common server connection and port-related issues. Always ensure that the necessary ports are open for the services to function correctly. For quick port checks, users can utilize online tools like Port Checker.

Still stuck? Contact our support team for any of your queries.

What are your feelings
Updated on October 29, 2024

Server Name

RAM

SSD

xCloud Provider Price/m
(For LTD users)

VULTR Price/m

DO Price/m

Newcomer

1GB

25GB

$4.50

$5.00

$6.00

Basic

2GB

55GB

$9.00

$10

$12.00

Standard

4GB

80GB

$18.00

$20

$24.00

Professional

8GB

160GB

$36.00

$40

$48.00

Business

16GB

320GB

$72.00

$80

$96.00

Server Name

RAM

SSD/NVMe

xCloud Provider Price/m
(For LTD users)

VULTR Price/m

DO Price/m

Lite

1GB

32GB

$5.40

$6.00

$8.00

Personal

2GB

88GB

$16.20

$18.00

$24.00

Growing

4GB

128GB

$21.60

$24.00

$32.00

Elite

8GB

256GB

$43.20

$48.00

$64.00

Titanium

8GB

384GB

$86.40

$96.00

$96.00

Ultimate

32GB

512GB

$172.80

$192.00

$192.00