# Installing CyberPanel on Proxmox Container Ubuntu 22.04

The CyberPanel installation process is straightforward and can be completed by following the provided instructions.

- **Step 1**: **Connect to the server via SSH client.** (**Putty**, **Bitvise SSH client**, etc)  
    First login to your server through SSH client as a Root user (Sudo will not work). You can get the Login details from your web host.
- **Step 2**: **Update server Packages.**  
    Update your server OS first (Because it updated overall services because it provides much better compatibility). Run this command

1\. Update and upgrade ubuntu server first.

```
sudo apt update && sudo apt upgrade -y
```

2\. Run the Installation Script**.** Execute the provided command to initiate the automated installation script. This script will guide you through several decisions regarding the LiteSpeed version and additional add-ons you wish to install.

```bash
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
```

3\. Upon completion of the installation process, you will encounter a screen displaying important information regarding your configuration. It is recommended to select and securely copy this information to a safe location for future reference.