Home Documentation Installation Guide
VoidPanel Documentation

Installation Guide

Rohan Kumar Rawat Last updated: October 14, 2024 ~10 min read

VoidPanel is a powerful, open-source web hosting control panel designed for easy management of your Linux server. This guide walks you through installing and deploying VoidPanel on your server — from prerequisites to your first login.

Server Prerequisites

Before installing VoidPanel, ensure your server meets the minimum requirements. We strongly recommend starting with a clean operating system installation to prevent conflicts with existing services.

Component Minimum Recommended
OSUbuntu 22.04 LTSUbuntu 24.04 LTS / AlmaLinux 9+
RAM1 GB2 GB+
Disk Space10 GB20 GB+ SSD
CPU1 vCPU2+ vCPUs
NetworkStatic Public IPStatic IP + rDNS configured
Clean OS Required

VoidPanel cannot be installed alongside existing web servers (Apache, Nginx) unless they are first removed. Use a freshly provisioned VPS for best results.

First, update your system packages and install curl:

sudo apt update && sudo apt upgrade -y && sudo apt install curl -y

Installation Steps

1. One-Command Quick Install

Run our automated installer script which handles everything: Nginx, Postfix, Dovecot, BIND9, MariaDB, Redis, Celery, and the VoidPanel dashboard itself.

bash <(curl -sL voidpanel.com/install.sh)
What the installer does
  • Detects your OS and configures the package manager
  • Installs Nginx, MariaDB, Redis, Celery, Postfix, Dovecot, BIND9
  • Creates the VoidPanel Django app under /opt/voidpanel/
  • Generates an SSL certificate for your panel domain
  • Outputs your Admin URL, Username, and Password at the end

2. Installing as Root

If you encounter permission errors, switch to the root user first:

sudo su -
bash <(curl -sL voidpanel.com/install.sh)
Installation Time

The installation takes approximately 5–15 minutes depending on your server's download speed and CPU performance. Do not interrupt the process.

Troubleshooting

If you encounter problems during installation, check these common causes:

Walkthrough Video

Prefer a visual guide? Watch the step-by-step installation walkthrough:

VoidPanel Support
⚡ Connecting to an agent…