Discover how DirectAdmin offers a lightweight, cost-effective, and feature-rich alternative to cPanel and other hosting control panels.
🛠️ How to Install DirectAdmin on Your Server
🔹 Prerequisites
- ✔️ Linux OS: CentOS, AlmaLinux, Rocky Linux, Debian, Ubuntu
- ✔️ Minimum 1GB RAM (2GB+ recommended)
- ✔️ Static IPv4 Address
- ✔️ Root Access to the server
🔹 Step 1: Update Your System
# For Ubuntu/Debian
sudo apt update && sudo apt upgrade -y
# For CentOS/RHEL
sudo yum update -y
🔹 Step 2: Download & Install DirectAdmin
cd /usr/local/src
wget https://www.directadmin.com/setup.sh
chmod +x setup.sh
./setup.sh
🔹 Step 3: Start & Enable DirectAdmin
systemctl start directadmin
systemctl enable directadmin
🔹 Step 4: Access the DirectAdmin Panel
Once installed, access the web interface using:
https://your-server-ip:2222
✅ Login with your admin credentials and start configuring your hosting environment!