Docs / Control Panels / Froxlor Server Management Panel Setup Guide

Froxlor Server Management Panel Setup Guide

By Admin · Feb 25, 2026 · Updated Apr 24, 2026 · 66 views · 1 min read

What Is Froxlor?

Froxlor is a lightweight, open-source server management panel designed for web hosting. It manages domains, email accounts, FTP users, and databases with a clean interface and low resource usage.

Installation

sudo apt update && sudo apt install -y apache2 mariadb-server php8.2 php8.2-mysql php8.2-curl php8.2-xml php8.2-mbstring
cd /var/www/html
sudo wget https://files.froxlor.org/releases/froxlor-latest.tar.gz
sudo tar xzf froxlor-latest.tar.gz
sudo chown -R www-data:www-data /var/www/html/froxlor

Complete Setup via Browser

Navigate to http://your-ip/froxlor/install and follow the setup wizard. You will need your MySQL root credentials and server details.

Key Features

  • Web server management (Apache or Nginx)
  • Customer and reseller accounts
  • Email with Postfix + Dovecot
  • Let's Encrypt automation
  • FTP account management (ProFTPd or PureFTPd)
  • Traffic statistics and quota management
  • PHP version selection per domain

Resource Requirements

Froxlor is one of the lightest panels available — it runs smoothly on a 512 MB RAM VPS. The panel itself is a PHP application, so the overhead is minimal compared to cPanel or Plesk.

Adding a Customer Domain

  1. Log in as admin
  2. Go to Customers → Add Customer
  3. Set resource limits (domains, email accounts, disk space)
  4. The customer can then add domains from their panel

Was this article helpful?