mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-25 07:40:39 +02:00
Initial writing (autosave)
@@ -13,18 +13,17 @@ 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
|
||||
```
|
||||
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`
|
||||
```
|
||||
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