Ajenti Admin Panel

From Wiki TJKT SMK Yasmida
Jump to navigation Jump to search

System Operasi

Supported operating systems:

Debian 9 or later
Ubuntu Bionic or later
RHEL 8 or later

Minimal System

OS =	Debian, Ubuntu, RHEL, CentOS, Gentoo, easily portable to other Linux and BSD
RAM =	~30 MB + 5 MB per session
HDD =	~75 MB, including Python runtime and libs


Add Repository

Native dependencies: Debian/Ubuntu

Enable Universe repository (Ubuntu only):

apt install software-properties-common
add-apt-repository universe
apt-get install build-essential python3-pip python3-dev python3-lxml libssl-dev python3-dbus python3-augeas python3-apt ntpdate

Native dependencies: RHEL

dnf update

Enable EPEL repository:

dnf install epel-release
dnf install -y gcc python3-devel python3-pip python3-pillow python3-augeas python3-dbus chrony openssl-devel redhat-lsb-core

Automatic Install Ajenti 2

apt install curl
curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -

Manual Install Ajenti 2

Upgrade PIP:

sudo pip3 install setuptools pip wheel -U

Minimal install:

sudo pip3 install ajenti-panel ajenti.plugin.core ajenti.plugin.dashboard ajenti.plugin.settings ajenti.plugin.plugins

With all plugins:

sudo pip3 install ajenti-panel ajenti.plugin.ace ajenti.plugin.augeas ajenti.plugin.auth-users ajenti.plugin.core ajenti.plugin.dashboard ajenti.plugin.datetime ajenti.plugin.filemanager ajenti.plugin.filesystem ajenti.plugin.network ajenti.plugin.notepad ajenti.plugin.packages ajenti.plugin.passwd ajenti.plugin.plugins ajenti.plugin.power ajenti.plugin.services ajenti.plugin.settings ajenti.plugin.terminal

Buka di Browser

https://172.16.10.100:8000
http://172.16.10.100:8000