mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-25 06:11:45 +02:00
Initial writing (autosave)
@@ -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`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user