Video coming soon…

📊 Setup Glances — All-in-One System Monitor in Your Browser

Deploy Glances on Ubuntu with Docker — a cross-platform system monitor that shows CPU, memory, disk, network, processes, and containers on one real-time web dashboard, on port 61208.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys Glances in web mode on port 61208, with host PID and Docker socket access so it sees the whole machine and your containers.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/monitoring/glances/glances-ubuntu.sh
chmod +x glances-ubuntu.sh
sudo bash glances-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/monitoring/glances/glances-ubuntu.sh

2 Make it Executable

chmod +x glances-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts Glances in web mode (-w) on port 61208, using host PID mode and mounting the Docker socket so it can report on the whole host and every container.

sudo bash glances-ubuntu.sh

4 Open the Web Dashboard

Open your browser and navigate to the Glances web dashboard to watch your system in real time:

http://<your-server-ip>:61208

Ports Used

PortPurpose
61208Web dashboard + REST API (host = container) — no authentication
docker.sockMounted read-only for live container stats
host PIDHost PID mode so it sees every process on the machine

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions