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

From Notes_Wiki
(Created page with "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 an...")
 
m
Line 29: Line 29:
# Open the CWP using https://<fqdn>:2031/ and login with root user and password.
# 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
#: There is also http page at http://<fqdn>:2030/ which automatically redirects to https at :2031
Refer:
* https://control-webpanel.com/installation-instructions#step1





Revision as of 17:44, 15 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
    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