Cloudpanel Documentation

Find official guides, tutorials, and resources to help you set up and manage CloudPanel efficiently.
Cloudpanel Add Site With CloudPanel, you can Create a WordPress Site, Create a PHP Site,Create a Node.js Site, Create a Static HTML Site, Create a Python Siteor Create a Reverse Proxy. Create a WordPress Site Fill out all fields and click on Create to Create a WordPress Site. Copy the credentials for your created WordPress site in a secure place. Site User The Site User is an SSH User. All files will be stored in his home directory: /home/$siteUser Create a PHP Site Best Practices - PHP Site Migration Before you start, please read the best practices for migrating PHP Sites. Select the Application, the Domain Name, and the PHP Version. The PHP Version can be changed later if needed. Redirection When you enter the Domain Name...
Of course! Here is a clean, polished, and original documentation-style article in English that you can use for sharing or publishing: CloudPanel: The Ideal Solution for Managing Cloud Server Infrastructure In today’s digital landscape, cloud technologies and web infrastructure have become central to business operations. Managing servers efficiently is no longer a luxury—it's a necessity. CloudPanel emerges as a powerful and user-friendly control panel designed to simplify cloud server management and optimize operational productivity. This document explores what CloudPanel is, how it works, its advantages, and why it could be the right fit for your business needs. What is CloudPanel? CloudPanel is a modern, lightweight server control...
In the Vhost Editor, you can make changes on the NGINX VHost, which allows you to apply rewrites, redirects, reverse proxies, and other settings. Under the hood, CloudPanel checks the syntax and reverts the changes to prevent downtime, and throws an error message. On Github, you find all vhost templates automatically updated every night. HTTP/3 HTTP/3 support Ubuntu 24.04 and Debian 12 are being shipped with nginx 1.26, which has experimental support for HTTP/3. If you are using a custom firewall, make sure to have UDP Port 443 open, as it's required for HTTP/3. HTTP/3 requires a valid SSL/TLS Certificate and does not work with a self-signed certificate. HTTP/3 can be enabled in the vhost for each site. By default, http3 is set to...
Domain Settings In the Domain Settings, you can change your site's Root Directory. By default, the Domain Name will be used but can be changed to your needs. Site User Settings In the Site User Settings, you can reset the password for the primary SSH User or add SSH Keys if you want to use SSH Public Key Authentication. PHP/Node.js/Python/Reverse Proxy Settings PHP Settings Node.js Settings Python Settings Reverse Proxy Settings In the PHP Settings, you can change the PHP Version and change other settings like: memory_limit max_execution_time max_input_time max_input_vars post_max_size upload_max_filesize The most common settings can be modified to your needs, but you can overwrite them in the Additional Configuration Directives...
Account To edit your account information, click on the account icon top right and settings. Settings You can change your E-Mail, First Name, Last Name, or change your Password. Two-Factor Authentication Enable 2-FA To enable Two-Factor Authentication, click in your account on the Security tab and click on the Enable Two-Factor Authentication. Open an app like Google Authenticator or Duo,scan the QR code, and enter one authentication code to confirm. Disable 2-FA To disable Two-Factor Authentication, click in your account on the tab Security and click on the button Disable Two-Factor Authentication. If you can't log in into CloudPanel, you can disable Two-Factor Authentication also from the command line, see Root User Commands.
On this site, you will find a guide on installing Node.js via the nvm (Node Version Manager) for your site. Log in via SSH with the Site User: ssh john-doe@server-ip-address Install nvm with the following command: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash Update the current shell environment: source ~/.bashrc Install your required Node.js version e.g. 22: nvm install 22 Activate the installed Node.js version: nvm use 22 Done! Check the Node.js version: node -v
Are you looking to optimize your Ubuntu server management? The right control panel for Ubuntu 24.04 can transform how you handle server tasks. It ranges from security patches to application deployments. This article will explain how to manage and use your control panel for Ubuntu. Key Takeaways Control panel features simplify Ubuntu 24.04 server management. Security tools protect against attacks and unauthorized access. Application support includes one-click installs for popular software. Backup options ensure quick recovery from system failures. Ubuntu improves performance and system health. What is Control Panel for Ubuntu 24.04? Key Features of a Good Control Panel for Ubuntu 24.04 Servers Common Troubleshooting Steps...
Security is more important than ever, primarily when you use WordPress for your website. In the past months and years, you have read quite often that WordPress gets hacked, mostlybecause of vulnerabilities in third-party plugins. To prevent code injections via WordAdmin Admin, it's highly recommended to restrict the Admin Access by known IPs that a Brute-force attack isn't possible. In this tutorial, you will learn how to configure the CloudPanel NGINX Vhost to restrict the WordPress Admin Access by IP. Step 1 - Login into CloudPanel Step 2 - Vhost Changes Testing Step 1 - Login into CloudPanel First, login into CloudPanel and click on the Domain where WordPress is installed. Step 2 - Vhost Changes In the next step, open...
What is a Control Panel for Debian 10? A control panel for Debian 10 is a web-based graphical interface. It makes managing servers running Debian 10 Linux easier. This provides operators with a simple visual interface to configure various tasks, including: Data storage management Domain system management User account creation and management File transfer and email addresses configuration Security settings and security configuration File management CloudPanel is a free web hosting control panel for Debian 10. It integrates with PHP, Nginx, and MySQL to offer an easy-to-use interface. It is simple to install, allowing admins to link to your server and manage website accounts. Top 9 Features to Look for in a Control Panel for...
Back
Top