Ajenti 시스템 제어 프로그램
1. 필요한 종속성을 설치
sudo apt-get install build-essential python-pip python-dev python-lxml libffi-dev libssl-dev libjpeg-dev libpng-dev uuid-dev python-dbus
2. 자동설치
curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -
3. 서비스 시작
service ajenti restart
4. 방화벽 오픈
sudo ufw allow 8000
5. 접속주소
http://192.168.0.241:8000
6. 제거
sudo systemctl stop ajenti.service
sudo systemctl disable ajenti.service
sudo systemctl daemon-reload
sudo rm -f /lib/systemd/system/ajenti.service
sudo apt-get remove build-essential python3-pip python3-dev python3-lxml python3-dbus python3-augeas libssl-dev python3-apt ntpdate
sudo rm -rf /etc/ajenti/
'linux' 카테고리의 다른 글
git 설치 (0) | 2025.02.03 |
---|---|
framework 설치 (0) | 2025.02.03 |
docker 설치 (0) | 2025.02.03 |
composer 설치 (0) | 2025.02.03 |
apache 설치 (0) | 2025.02.03 |