Installing on Ubuntu

Quick automatic install

wget -O- https://raw.github.com/ajenti/ajenti/1.x/scripts/install-ubuntu.sh | sudo sh

Manual install

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- | sudo apt-key add -

Add repository to /etc/apt/sources.list:
echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" | sudo tee -a /etc/apt/sources.list

Install the package:
sudo apt-get update && sudo apt-get install ajenti

Start the service:
sudo service ajenti restart

If you are using UFW firewall:
ufw allow 8000


The panel will be available on HTTPS port 8000. The default username is root, and the password is admin

Cet article a été utile pour 270 personnes. Cet article vous a-t-il été utile ?