An administrative tool for a more civilized era that gives you quick and secure access to remote Linux box management at any time using commonplace tools like a web terminal, text editor, file manager, and others. For websites that are currently hosted on a server and need a hosting management solution that keeps the same setups, this cPanel substitute is the best option. With no problems in server management, this solution operates with the present setups and performs the required adjustments.
Install Ajenti on Ubuntu 22.04
Ajenti requires ubuntu 12.04 Precise Pangolin. Previous releases might work with Python upgraded.
Add repository key:
wget http://repo.ajenti.org/debian/key -O- | apt-key add -
Add repository to /etc/apt/sources.list:
echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list
Install the package:
apt-get update && apt-get install ajenti
Start the service:
service ajenti restart
Leave a comment