Enabling SSH for a cPanel account (reseller guide)
As a reseller, you can grant SSH (Secure Shell) access to cPanel accounts you manage through WHM. SSH allows account holders to connect to the server via a command-line interface — useful for tasks such as running scripts, managing files, and using developer tools. There are two methods available to…
How to Request DNS Changes
Need to point your domain to a new server? If we manage your DNS, our support team can make the change for you. Here’s exactly what you need to do. You might need a DNS change if: A new hosting provider or developer asked you to point your domain elsewhere…
Providing File Access (SFTP) to Developers on Scout Control Panel
When a developer needs access to the files for a specific website hosted on Scout Control Panel, you can grant secure SFTP access directly through the Scout Control Panel. This process is quick, does not affect the live website, and ensures the developer receives only the credentials they need. 1.…
Enable Bad Bot Blocking Protection & Rate Limiting Mode
Keep automated attackers off your site. Scout blocks malicious bots by default, but you can fine-tune protection or add exceptions for legitimate bots you trust. Step 1: Open Security Settings Log into cloudabove.com and open your Scout Control Panel. Click the Settings icon beside the site you want to protect.…
Suspending Access to a Site on Scout
Need to take a site offline for a bit? Whether you’re performing maintenance or just need a temporary “time-out” for a project, the Scout Control Panel makes it incredibly easy to toggle access on and off. Step 1: Log In to Scout Control Panel First, head over to cloudabove.com and…
Adding an SSH key in Scout Control Panel
Sometimes you’ll want to allow SSH/SFTP access to your sites to a colleague or a web developer, but maybe you’re not comfortable with handing over the SSH/SFTP password. Another method for allowing access is to add a public SSH key to the site. 💡Note: This guide assumes you know how…
Creating an FTP account (Plesk)
There’s various different ways to access/edit your files on your hosting, such SSH, FTP or simply using the File Manager in the hosting control panel. This guide will show you how to setup an FTP account to access your hosting. 1. Login to your Plesk account. When you first set up an account with us, you would have…
Creating an FTP account (cPanel)
There’s various different ways to access/edit your files on your hosting, such SSH, FTP or simply using the File Manager in the hosting control panel. This guide will show you how to setup an FTP account to access your hosting. 1. Login to your cPanel account. When you first set up…
SSH (Secure Shell) keys provide a secure way to access your server’s terminal without using passwords. Instead of typing a password each time, you authenticate with a cryptographic key pair. This improves security and convenience, especially for developers and administrators managing hosting environments. This guide explains: What SSH keys are…
What is the Hosts File? The hosts file tells your computer which IP address to use for a specific domain name, overriding public DNS. This is useful for testing a website on a new server before updating DNS publicly. Common use case: You’ve built a new website on our servers…