How to Install Hubleys Dashboard on Windows 11

Hubleys is an open-source dashboard that helps you monitor your containerized applications using multiple common services, such as Prometheus, Grafana, and Alertmanager. In this tutorial, we will guide you through the process of installing Hubleys on Windows 11 via Github.

Prerequisites

Before starting the installation process, you will need to ensure that your system meets the following prerequisites:

Installation Steps

  1. To get started, you need to clone the Hubleys repository from Github by running the following command in the command prompt:

    git clone https://github.com/knrdl/hubleys-dashboard.git
    
  2. Next, navigate to the downloaded repository directory using the command prompt:

    cd hubleys-dashboard
    
  3. Now, you will need to create an .env file in the hubleys-dashboard directory using the following command:

    cp .env.example .env
    
  4. Once you have created the .env file, open it using any text editor and make sure to configure the parameters based on your environment.

    # Hubleys environment settings
    GRAFANA_CHART_VERSION=v6.1.6
    PROMETHEUS_CHART_VERSION=v11.13.1
    ALERTMANAGER_CHART_VERSION=v2.19.0
    ALERTMANAGER_CONFIG_VERSION=v0.18.1
    ENABLED_COLLECTORS=kubernetes
    CONFIG_DIR=./alertmanager
    ALERT_UI_DOMAIN=localhost
    ALERT_UI_PORT=8086
    

    The default values should work in most cases, but you may need to modify the ALERT_UI_DOMAIN and ALERT_UI_PORT settings based on your requirements.

  5. After the configuration, you can run the following command to start the Hubleys dashboard on your Windows 11 machine:

    docker-compose up -d
    

    This command will start all the necessary services and expose the Hubleys dashboard at http://localhost:3000.

  6. Finally, to stop the Hubleys dashboard and all the related services, use the following command:

    docker-compose down
    

    This will stop and remove all containers, networks, and volumes related to the Hubleys dashboard.

Conclusion

In this tutorial, you learned how to install the Hubleys dashboard on Windows 11 using Github. We hope this guide helped you get started with Hubleys and showed you how easy it is to set up and use. If you encounter any issues during the installation process, don't hesitate to consult the official documentation or contact the Hubleys community for support.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!