Difference between revisions of "CentOS 8.x Control Web panel Installation on linode"

From Notes_Wiki
m
m
 
Line 13: Line 13:
# Prepare server using:
# Prepare server using:
#:<pre>
#:<pre>
#:: yum -y install wget
#:: yum -y install wget perl-DBD-MySQL
#:: yum -y update
#:: yum -y update
#:: shutdown -r now
#:: shutdown -r now

Latest revision as of 11:03, 21 May 2022

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:

  1. 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.
  2. SSH to linode as root user and configure hostname
    hostnamectl set-hostname commonhosting-cwp.sbarjatiya.com
  3. Add the linode IPv4 (A) addresses in public DNS
    Note that CWP does not support IPv6 (AAAA) yet.
  4. Prepare server using:
    yum -y install wget perl-DBD-MySQL
    yum -y update
    shutdown -r now
  5. 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
  6. 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