Skip to content

Instantly share code, notes, and snippets.

@shivampip
Last active November 20, 2019 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shivampip/ad8e97af17cf3d68d507d971505058a5 to your computer and use it in GitHub Desktop.
Save shivampip/ad8e97af17cf3d68d507d971505058a5 to your computer and use it in GitHub Desktop.
VPS Management

Install VPS Monitoring Tool

curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s -
  • Once installed, access with
<ip-address>:8000
23.32.43.123:8000
  • Login with root id password
  • Stop Ajenti
service ajenti stop
OR
systemctl stop agenti
  • Start Ajenti
service ajenti start
OR
systemctl start ajenti
  • Restart Ajenti
service ajenti restart
OR
systemctl restart ajenti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment