How to generate an SSH key pair in Mac OS?

How to generate an SSH key pair in Mac OS?

XonHost uses key pairs for SSH authentication purposes, as opposed to plain username and password. More information on SSH keys is available here. You can generate an SSH key pair in Mac OS following these steps: Open up the Terminal by … Continued
Where to upload my website files?

Where to upload my website files?

Your website files need to be uploaded inside the public_html, which is the document root folder for your primary domain name. Additional sites you are hosting on your account, such as addon domains or sub domains, have their own document root folder, which … Continued
How to log in to my dedicated server via SSH in Linux?

How to log in to my dedicated server via SSH in Linux?

Important: Note that by default incoming connections on port 18765 are blocked on all our dedicated servers. If you have a dedicated server and you would like to access it over SSH, you should first post a new ticket to us to whitelist your IP … Continued
Java Applets not working via browser with active Cloudflare?

Java Applets not working via browser with active Cloudflare?

In case you have JavaScript that is trying to load Java Applets on your website and you are receiving 403 error message while you are using the Cloudflare service, please access your Cloudflare account settings and disable the following feature: “Browser Integrity … Continued
Can I get Let’s Encrypt certificates at XonHost?

Can I get Let’s Encrypt certificates at XonHost?

Let’s Encrypt provide two types of certificates: Single Domain SSL and Wildcard SSL. Both are available for free use for all XonHost customers and can be issued and managed through the Let’s Encrypt tool in your cPanel. Please note that XonHost issues … Continued
How to change the password for the root user via WHM?

How to change the password for the root user via WHM?

In order to change the password for the root user on your Dedicated server you will need to access the WHM panel and follow the steps below (click here if you don’t know how to access WHM): Open the Change Root Password tool. Type the new password you … Continued
How to block an IP address from accessing my Dedicated server?

How to block an IP address from accessing my Dedicated server?

In order to block an IP from accessing any service on your Dedicated server, you must first log in the server with the root user via SSH. Then execute the following command: 1 iptables –I INPUT –s IP_ADDRESS –j DROP In the above … Continued
How to create a full backup of my hosting account

How to create a full backup of my hosting account

There are two ways to backup the content of your website: Backup your files and database manually You can download your website files using the File Manager in cPanel, or via FTP if your site consists of many files. If you are creating a … Continued