Installing on Ubuntu / KB Forum / Ajenti
Add repository key:
Add repository to /etc/apt/sources.list:
Install the package:
Start the service:
If you are using UFW firewall:
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
No comments:
Post a Comment