Create, Delete and Modify Package

Create Package Virtual Machine Manager packages are different from normal CyberPanel packages, these packages define resources for your Virtual Machines. On normal installation a default package is already created, to create additional packages navigate to https://<IP Address>:8090/packages/createPackageVMM   Modify Package If you decide to change parameters for the package just created above you can navigate […]

Manage IP Pools (Delete Pool, Add IPs, Delete IPs, Assign Mac)

Once you have successfully created an IP Pool. You can manage your IP Pools through https://<IP Address>:8090/ip/listIPPools. Please note that any additional IPs you add to an existing pool will use the same Gateway and Netmask. So if your new IPs have different Gateway and Netmask you then need to create separate IP Pool for […]

Create IP Pool

After installation and successfully configuration of network bridge. You need to create your first IP Pool, so that you can start creating virtual machines. What are IP Pools? IP Pools in CyberPanel are collection of IP Addresses with same Gateway and Netmask address. How to create IP Pool? To create IP Pool, navigate to https://<IP […]

First Step: Setting up Network Bridge After Installation

CyberPanel Virtual Machine Manager installer ask 4 important question before it starts installation: IP Address. Gateway. Netmask. Interface Name. So what happens in the background? Normally Centos store network files in /etc/sysconfig/network-scripts/ If your interface name is eth0 (as provided in installation process) then your network file will look like /etc/sysconfig/network-scripts/ifcfg-eth0, this file will contain […]

[RC] Installing CyberPanel VMM (Virtual Machine Manager)

CyberPanel Virtual Machine Manager let you manage KVM virtual machines through CyberPanel. Requirements Centos 7.x (Recommended minimal version) Python 2.7 4GB or above Ram. Disk space to store virtual machines. VT enabled from the BIOS. Must be a dedicated server. Installation On your command line terminal run it as a single command: sh <(curl http://cyberpanel.net/install-vmm.sh […]

Upgrading CyberPanel

Upgrading CyberPanel The following command can be used to upgrade to the latest version. sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O – https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh) Upgrading CyberPanel to a specific version https://raw.githubusercontent.com/usmannasir/cyberpanel/<branch name>/cyberpanel_upgrade.sh Replace <branch name> with actual branch name from Github, branching schemes are described in our contribution docs.

Licensing Explained!

Free Starter with CyberPanel This gives you one top-level domain and unlimited sub-domains example: cyberpanel.net hi.cyberpanel.net docs.cyberpanel.net .. and more! You can not create something like cyberpersons.com, since this is a second top-level domain. Add-ons LSCache Included for free. LiteMage available as add-on. Site Owner with CyberPanel This gives you 5 top level domains and […]

Installing CyberPanel

Requirements Server with a fresh install of Ubuntu 20.04, Ubuntu 22.04, AlmaLinux 8, CloudLinux OS. 1024MB RAM, or higher 10GB Disk Space CyberPanel vs CyberPanel Ent CyberPanel is 100% identical in both versions. The only difference is which web server is running in the back-end. CyberPanel comes with OpenLiteSpeed and is completely free for an […]

CyberPanel API Access

In this article, we are going to describe how to enable API access in Cyberpanel. Like cPanel, you can also access CyberPanel using API access. Access CyberPanel: Login to your CyberPanel using your server IP with port 8090. Provide admin credentials and login to enable API access. Enable API Access in CyberPanel for any user: […]

ACL Management

ACL refers to the Access Control List. Cyberpanel allows you to provide a way to create accounts with different levels of access. You can give.For example if a user is created with admin ACL then that is a super user and has access to all the features in CyberPanel. 1-Create New ACL 2-Delete ACL (You […]