Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Glances Web UI Installer for Proxmox and Debian. This project provides a clean, repeatable installer for running the Glances monitoring dashboard with a full web interface on Proxmox or any Debian-based system. It installs Glances in a Python virtual environment, enables full hardware sensor support including CPU temperatures, NVMe temperatures, fan speeds, and voltage readings, runs Glances as a systemd service, starts it automatically on boot, and provides access to the dashboard at http://NODE_IP:61208. Installation requires cloning the repository from https://github.com/RyanKimTech/glances.git, entering the project directory, making the installer executable, and running it with sudo. The dashboard is accessed through the same URL. Uninstallation requires making the uninstaller executable and running it with sudo. The project is licensed under MIT.

Install with curl: curl -fsSL -o install-glances.sh https://raw.githubusercontent.com/RyanKimTech/glances/main/install-glances.sh && bash install-glances.sh

Uninstall with curl: curl -fsSL https://raw.githubusercontent.com/RyanKimTech/glances/main/uninstall-glances.sh | sudo bash

About

1. Overview This project provides a clean, repeatable installer for running the Glances monitoring dashboard with a full web UI on Proxmox or any Debian-based system. It includes an isolated Python virtual environment, a systemd service, hardware sensor support, a reversible uninstaller, a GitHub-ready README, and a release ZIP for distribution.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages