X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %50 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseCentos Web Panel Installation on AlmaLinux 8

Centos Web Panel Installation on AlmaLinux 8

 

Installing CentOS Web Panel (CWP) on AlmaLinux 8

 

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 8.

 

1. Update the Server

 

First, make sure your server is up to date.

sudo dnf update -y sudo reboot

After the reboot, 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 with 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-el8-latest sudo sh cwp-el8-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:2030

 

5. 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
Did you find it useful?
(86 times viewed. / 0 people found helpful.)