Practical Linux, Windows Server and cloud guides for IT pros.

Install Glances on Linux: Ubuntu, RHEL and Rocky

Choose the right Glances install method for Ubuntu, RHEL, Rocky, AlmaLinux, CentOS Stream, legacy systems, pipx, Docker, and the web UI.

Filed under

,

Published

Written by

Last updated

Glances Linux monitoring tool guide header

This guide acts as the Glances install hub for TurboGeek.

Glances is a Python-based system monitoring tool that gives you a real-time dashboard for CPU, memory, disk I/O, network activity, processes, sensors, containers, and more. It can run in a local terminal, in a browser, or in client/server mode.

TL;DR

  • Use this page as the hub, then jump to the distro-specific Glances guide.
  • Use distro packages for simplicity and pipx or a virtual environment when you need the latest stable release.
  • Protect the web interface with a password before exposing port 61208.

Source check – May 10, 2026: The Glances install documentation says PyPI provides the latest stable version, pip install glances is the simple install path, and pip install glances[all] enables optional features. The Docker documentation documents password protection for server and web-server modes.

MethodBest forTrade-off
Package managerSimple, distro-native installsVersion may trail the latest Glances release
pipx or venvLatest stable Glances with cleaner isolationRequires Python tooling
DockerContainer hosts and dashboardsNeeds careful socket, host, and password handling

Start here: If you already know your platform, jump straight to the matching guide below. If you are building a larger monitoring stack, pair Glances with the Grafana and Prometheus guide.

Choose the right Glances install guide

Why Glances is useful

  • It combines the most useful parts of top, htop, disk, process, and network monitoring in one screen.
  • It highlights pressure points with color-coded alerts.
  • It can expose a built-in web interface for remote checks.
  • It supports export and integration options for larger monitoring workflows.

Quick start after installation

Once Glances is installed, the basic commands are the same across distributions:

  • glances starts the interactive terminal UI.
  • glances --version confirms the installed version.
  • glances -w starts the built-in web UI.

The default web interface listens on port 61208. Open that port only when you understand the network path, authentication, and firewall rules protecting it.

When should you avoid this hub page?

This page is the overview. If you need exact commands, troubleshooting, or version-specific package names, use the distro-specific guides above rather than relying on a generic Linux walkthrough.

Related TurboGeek guides

Leave a Reply

Your email address will not be published. Required fields are marked *

Find more on the site

Keep reading by topic.

If this post was useful, the fastest way to keep going is to pick the topic you work in most often.

Want another useful post?

Browse the latest posts, or support TurboGeek if the site saves you time regularly.

Translate ยป