RustyPanel Package Repository

Pre-compiled Debian/Ubuntu packages for RustyPanel

Quick Start

1. Install Prerequisites

# Install required tools (if not already installed)
sudo apt update && sudo apt install -y curl gnupg

2. Import GPG Key

# Download and install the repository signing key
curl -fsSL https://rp.mirror.monity.io/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/rustypanel.gpg

3. Add Repository

Choose your distribution:

Ubuntu 24.04
Ubuntu 22.04
Debian 13
Debian 12
echo "deb [signed-by=/usr/share/keyrings/rustypanel.gpg] https://rp.mirror.monity.io noble main" | sudo tee /etc/apt/sources.list.d/rustypanel.list
echo "deb [signed-by=/usr/share/keyrings/rustypanel.gpg] https://rp.mirror.monity.io jammy main" | sudo tee /etc/apt/sources.list.d/rustypanel.list
echo "deb [signed-by=/usr/share/keyrings/rustypanel.gpg] https://rp.mirror.monity.io trixie main" | sudo tee /etc/apt/sources.list.d/rustypanel.list
echo "deb [signed-by=/usr/share/keyrings/rustypanel.gpg] https://rp.mirror.monity.io bookworm main" | sudo tee /etc/apt/sources.list.d/rustypanel.list

4. Install Packages

# Update package list
sudo apt update

# Click on a package below to get the install command

Available Packages

Click on a package to select version and get install command

PHP

PHP runtime with common extensions, PHP-FPM included

7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5

MariaDB

MySQL-compatible database server

10.11, 11.4

MySQL

Oracle MySQL database server

5.7, 8.0, 8.4

PostgreSQL

Advanced open-source database

15, 16, 17

Redis

In-memory data store

7.2, 7.4, 8.0

NGINX

High-performance web server

mainline, stable

Apache

Popular web server

2.4

Caddy

Modern web server with automatic HTTPS

latest

Varnish

HTTP accelerator / caching proxy

7.5, 7.6

HAProxy

Load balancer and proxy server

2.9, 3.0

Browse Repository

Installation Path

All packages are installed to /rp/apps/ to avoid conflicts with system packages:

/rp/apps/
โ”œโ”€โ”€ php/
โ”‚   โ”œโ”€โ”€ 8.4/
โ”‚   โ””โ”€โ”€ 8.3/
โ”œโ”€โ”€ mariadb/
โ”‚   โ””โ”€โ”€ 11.4/
โ””โ”€โ”€ nginx/
    โ””โ”€โ”€ current/