Faruque Ahmed : MCP, MCSA, MCSE, MCTS, MCIT, CCNA, OCA, OCP, GCP
Upon your first login, you’ll be prompted to enter the username and password. The default credentials are:
Username: root
Password: admin
--------------OR--------------
apt update && apt upgrade
curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -
ufw allow 8000/tcp
http://your-server-ip-address:8000
REMOVE
If you are facing any problems in using the Ajenti Admin panel on Ubuntu, then to remove it from your system, here are the commands to follow:
Stop and Disable its service
sudo systemctl stop ajenti.service
sudo systemctl disable ajenti.service
sudo systemctl daemon-reload
Delete the Service file:
sudo rm -f /lib/systemd/system/ajenti.service
Remove the Python modules installed for Ajenti
sudo pip3 uninstall -y aj ajenti-panel ajenti.plugin.ace ajenti.plugin.auth-users ajenti.plugin.core ajenti.plugin.dashboard ajenti.plugin.filesystem ajenti.plugin.passwd ajenti.plugin.plugins ajenti.plugin.session-list ajenti.plugin.settings
Delete Configuration file:
sudo rm -rf /etc/ajenti/
First, add the repo key. This is used to validate the packages you will install.
wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -
Add the actual repo to your sources list.
echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" | sudo tee -a /etc/apt/sources.list
Now update your packages and start the install.
sudo apt-get update && sudo apt-get install ajenti
When it finishes its installation, start the Ajenti server.
sudo service ajenti restart
systemctl restart ajenti
If you've followed the above steps correctly, your console will contain * started.
Open Ajenti in your browser by navigating to https://192.0.2.0:8000. You might get a privacy error - if this happens, it's completely normal and safe, continue to your website.
Log in with the default root username and password:
Username: root Password: admin