Documentation
Everything you need to deploy, secure, and manage your Next-Generation server infrastructure.
1. Server Prerequisites
Before running the XBI Panel installer, ensure your server meets the following minimum requirements for a stable environment:
- Operating System: Clean installation of Ubuntu 22.04 LTS or Debian 12.
- Architecture: x86_64 / amd64.
- Resources: Minimum 2GB RAM (4GB+ Recommended) and 20GB of SSD storage.
- Network: A valid static IPv4 address.
- Access: Native
rootaccess via SSH. - License: An active XBI Panel License Key obtained from your Client Area.
2. System Preparation
Connect to your server via SSH as the root user. It is highly recommended to update your base system before proceeding:
ssh root@your_server_ip
# Update base packages:
apt-get update -y && apt-get upgrade -y
3. Running the Installer
The XBI Panel deployment is fully automated. Execute the following command in your terminal to download and launch the secure setup wizard:
Note: During the installation, you will be prompted to enter your WHMCS License Key. The system will cryptographically verify your IP address and Domain against the active repository before downloading the final Docker containers.
4. Post-Installation
Once the script finishes successfully, all core services (NGINX, PHP, PowerDNS, Postfix, Dovecot) will be Containerized and running.
- Access your new control panel via: https://your_server_ip:2083
- Default temporary credentials will be printed on your terminal screen at the end of the installation.
