diff --git a/Installing-CyberPanel.md b/Installing-CyberPanel.md index 52373cd..48f62fd 100644 --- a/Installing-CyberPanel.md +++ b/Installing-CyberPanel.md @@ -8,6 +8,25 @@ There are several methods of installation, including cloud images for the most p * A fresh server environment is preferred as that eliminates potential sources of conflicts and bugs. So reinstall your OS if possible. Backup any critical files first, of course. * Optional: An LSWS Enterprise license (free or paid). Visit [this link](https://cyberpanel.net/cyberpanel-enterprise/) to get the CyberPanel/LSWS Bundle. +## Installation +The author installed the free enterprise version on Ubuntu 18.04.2 +1. Log into your server with an account that can obtain root priviledges +1. Make sure all packages are up-to-date + + `` sudo apt update + + `` sudo apt upgrade +1. Install CyberPanel + + `cd /tmp` + + `wget -O installer.sh https://cyberpanel.net/install.sh` + + `chmod 755 installer.sh` + + `sudo sh installer.sh` + +