Installing CentOS Web Panel on AlmaLinux 9
Installing CentOS Web Panel (CWP) on AlmaLinux 9
CentOS Web Panel (CWP) is a powerful and free control panel that simplifies server management. In this guide, you’ll find the steps to install CWP on AlmaLinux 9.
1. Update the Server
First, make sure your server is up to date.
sudo dnf update -y
sudo reboot
After the server reboots, install the necessary packages:
sudo dnf install -y wget curl
2. Set the Hostname
For CWP to function correctly, you need to set a proper hostname. You can do this using the following command:
sudo hostnamectl set-hostname panel.yourdomain.com
Verify that the hostname is set correctly:
hostnamectl
3. Download and Install CentOS Web Panel
To download and start the installation of the latest version of CWP, use these commands:
cd /usr/local/src
sudo wget http://centos-webpanel.com/cwp-el9-latest
sudo sh cwp-el9-latest
These commands will download and begin the installation of CWP. The installation process may take a few minutes.
4. Post-Installation Information
Once the installation is complete, the terminal will display the URL and login details needed to access the CWP admin panel. Typically, you can access your panel at:
http://your-server-ip:20305. Configure the Firewall
To allow access to the CWP panel, you may need to configure the server’s firewall. Run the following commands to open the necessary ports:
sudo firewall-cmd --permanent --zone=public --add-port=2030/tcp
sudo firewall-cmd --reload
6. First Login and Setup
Open your browser and go to http://your-server-ip:2030. Log in using the admin username and password provided during the installation. In the panel, you’ll find the tools you need to manage and configure your server.
Can't find the information you're looking for?
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket-
How to Open Ports in Windows?
313 2
-
How to Grant Windows Administrator Privileges?
229 0
-
How to install Webmin on Ubuntu?
882 2
-
Linux SSH Terminal Commands and Explanations
797 3
-
CentOS Stream 10 Update Commands
856 1
-
CentOS Stream 9 Update Commands
1248 2
-
CentOS Stream 8 Update Commands
675 0
-
What is FreeBSD?
857 2
-
Out: 452 4.3.1 Insufficient system storage
768 2
-
Turning Off Automatic Updates in Windows Operating Systems
879 0