Skip to main content

How to install Nginx Proxy Manager on proxmox 8.3.2 container

How to Install cPanel on Ubuntu Server

(Video Training)


 

What you Need before the Installation :

  1. Fresh Installed Ubuntu server 20.04
  2. Good Internet Connection
  3. cPanel License


apt update
apt upgrade -y
nano /etc/hostname
nano /etc/hosts CTRL+X > Y
apt install perl -y
apt install screen -y
curl -o latest -L https://securedownloads.cpanel.net
sh latest


You can access your server by entering your server IP address and the port number 2087


https://SERVER_IP:2087





Comments