CentOS 8.x Control Web panel Installation on linode
From Notes_Wiki
Home > CentOS > CentOS 8.x > CentOS 8.x email servers > CentOS 8.x Control Web panel > Installation on linode
To use Control Web panel (CWP) on CentOS8-Stream linode use:
- Create a linode with CentOS8-Stream OS with at least 2 GB RAM.
- Ideally setup public key based access
- Configure a root password also. This is required later to login into CWP.
- SSH to linode as root user and configure hostname
- hostnamectl set-hostname commonhosting-cwp.sbarjatiya.com
- Add the linode IPv4 (A) addresses in public DNS
- Note that CWP does not support IPv6 (AAAA) yet.
- Prepare server using:
- yum -y install wget perl-DBD-MySQL
- yum -y update
- shutdown -r now
- Again SSH to linode with FQDN and install CWP using:
- yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
- cd /usr/local/src
- wget http://centos-webpanel.com/cwp-el8-latest
- sh cwp-el8-latest
- shutdown -r now
- Open the CWP using https://<fqdn>:2031/ and login with root user and password.
- There is also http page at http://<fqdn>:2030/ which automatically redirects to https at :2031
Refer:
Home > CentOS > CentOS 8.x > CentOS 8.x email servers > CentOS 8.x Control Web panel > Installation on linode