Latest stable release: Version 1.0.0 | View Changelog
DevIT Panel |
Documentation |
Community
DevIT Panel is designed to provide administrators with an easy-to-use web and command line interface, enabling quick deployment and management of web domains, mail accounts, DNS zones, and databases from one central dashboard—no manual configuration required.
- Apache2 and NGINX with PHP-FPM
- Multiple PHP versions (5.6 - 8.4, 8.3 as default)
- DNS Server (Bind) with clustering capabilities
- POP/IMAP/SMTP mail services with Anti-Virus, Anti-Spam, and Webmail (ClamAV, SpamAssassin, Sieve, Roundcube)
- MariaDB/MySQL and/or PostgreSQL databases
- Let's Encrypt SSL support with wildcard certificates
- Firewall with brute-force attack detection and IP lists (iptables, fail2ban, and ipset)
- Debian: 12, 11
- Ubuntu: 24.04 LTS, 22.04 LTS, 20.04 LTS
Note: DevIT Panel does not support 32-bit operating systems! For best compatibility, use KVM or LXC-based VPS.
Important: Install DevIT Panel on a fresh OS for best results.
Log in as root or a user with super-user privileges:
ssh root@your.server
Download the installation script for the latest release: wget https://raw.githubusercontent.com/Ghost-Dev9/DevIT/refs/heads/main/install/hst-install.sh
text
If you encounter SSL errors, ensure ca-certificates is installed:
apt-get update && apt-get install ca-certificates
text
Start the installation and follow the prompts: bash hst-install.sh
text After installation, follow the on-screen instructions to log in and access your server.
For advanced options, run: bash devit-install.sh -h
text Or use the installation wizard to generate your command.
Automatic updates are enabled by default. To upgrade manually: apt-get update apt-get upgrade
text
- For help, visit the community discussions.
- To report bugs, open an issue.
Want to contribute? Please read our Contribution Guidelines.
DevIT Panel is licensed under GPL v3.