Skip to content

Instantly share code, notes, and snippets.

@malkitsingh
Created June 29, 2017 06:39
Show Gist options
  • Save malkitsingh/a42048e0441ad96a526ebda0650470c0 to your computer and use it in GitHub Desktop.
Save malkitsingh/a42048e0441ad96a526ebda0650470c0 to your computer and use it in GitHub Desktop.
Installation guide to install ajenti on ubuntu
1. wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -
2. echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" | sudo tee -a /etc/apt/sources.list
3. sudo apt-get update && sudo apt-get install ajenti
4. sudo service ajenti restart
5. access using https://your-ip:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment