THE LIGHTWEIGHT
LINUX CONTROL PANEL.

OKPanel is a minimalist, high-performance web hosting control panel designed for Linux. Manage Nginx, MySQL, and PHP-FPM with zero bloat.

Install Now
curl -sSL https://cdn.okpanel.org/install.sh | bash

Free Installation (Limited Time): Email support@okpanel.org and we’ll complete installation within 24 hours during working days.

OKPanel Dashboard Preview
OKPanel Control Panel Dashboard

CORE FEATURES

Nginx Domain Management

Easily add and configure domains. OKPanel handles server blocks and SSL termination automatically.

MySQL Database Control

Create databases and users in seconds. Update passwords and manage permissions through a simple UI.

PHP-FPM Configuration

Switch between PHP versions (7.4 to 8.3) per domain with a single click. Optimized for performance.

Security First

Automatic Let's Encrypt SSL provisioning and secure default configurations for all services.

Ultra Lightweight

No heavy dependencies. OKPanel runs with minimal memory footprint, perfect for small VPS instances.

Modular Architecture

Built to scale. Email management and advanced monitoring modules are currently in development.

INSTALLATION

OKPanel is designed to be installed on a fresh Ubuntu or Debian server. Our automated script handles all dependencies including Nginx, MariaDB, and PHP.

01

Prepare your server

Use a fresh Ubuntu 22.04 or 24.04 installation.

02

Run the installer

Execute the one-line command to begin the automated setup.

03

Access OKPanel

Once installation completes, credentials are displayed. Access OKPanel at https://your-server-ip:2222

Quick Install

# Become root and install curl

sudo -i && apt install -y curl

# Run OKPanel Installer

curl -sSL https://cdn.okpanel.org/install.sh | bash

# Credentials auto-generated on completion

Username: admin / Password: [auto-generated]