Training

When: Every first Sunday of every month -get a ticket- from $15 (Click Here).

Thursday, March 17, 2016

Installing on Ubuntu / KB Forum / Ajenti

Installing on Ubuntu / KB Forum / Ajenti



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: