Setting Up Ajenti Control Panel

Setting Up Ajenti Control Panel

Ajenti is a lightweight, plugin-based server admin panel. It provides quick access to common server management tasks without the complexity of a full hosting panel.

Install on Ubuntu/Debian

apt update
apt install python3-pip python3-dev build-essential python3-lxml libssl-dev -y
pip3 install ajenti-panel ajenti.plugin.core ajenti.plugin.terminal ajenti.plugin.services

Or use the official script:

curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | bash

Start Ajenti

ajenti-panel

Or as a service:

systemctl enable ajenti
systemctl start ajenti

Access Ajenti

Open your browser and navigate to: https://YOUR_SERVER_IP:8000

Default credentials: username root, password admin — change immediately after first login.

Allow Through Firewall

ufw allow 8000

Key Features

  • Browser-based terminal access
  • Service management (start, stop, restart)
  • File manager
  • Log viewer
  • Cron job management
  • Ajenti V plugin: adds full web hosting features (virtual hosts, email, databases)

Install Ajenti V (Web Hosting Plugin)

pip3 install ajenti.plugin.vh ajenti.plugin.vh-nginx ajenti.plugin.vh-mysql ajenti.plugin.vh-mail
  • 0 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

Installing cPanel & WHM

Installing cPanel & WHM cPanel is one of the most popular web hosting control panels. It...

Getting Started with Webmin

Getting Started with Webmin Webmin is a free, open-source web-based control panel for Linux...

Installing HestiaCP

Installing HestiaCP HestiaCP is a free, open-source web hosting control panel — the most actively...

Installing Cockpit — Web-Based Server Manager

Installing Cockpit Cockpit is a lightweight, browser-based server management interface built into...

Setting Up Nginx Proxy Manager

Setting Up Nginx Proxy Manager Nginx Proxy Manager (NPM) is a Docker-based GUI for managing...