display-chart-upMonitoring and Visualization

Here is the list of monitoring and visualization tools currently available on Neon Cloud. You can also find the supported OS for each tool, along with a post-installation guide to assistance

App
Description
Min Requirements

Grafana

Grafana is an open-source analytics and visualization platform used to monitor and explore metrics, logs, and other time-series data.

1 CPU, 2GB RAM

Prometheus

Prometheus is an open-source monitoring system and time-series database used to collect, store, and query metrics from systems, applications, and services.

2 CPU, 4GB RAM

Uptime Kuma

Uptime Kuma is a self-hosted monitoring tool that checks the availability of websites, servers, APIs, or any networked service and alerts you when something goes down.

1–2 vCPUs, 200–300 MB,

chevron-rightGrafanahashtag

With the admin password set, you can now access your Grafana instance by visiting:

Admin URL: http://<your-server-ip>:3000

Use the default credentials to sign in:

· Username: admin

· Password: admin

After logging in for the first time, you will be prompted to set a new password for security purposes.

chevron-rightPrometheushashtag

Command Line Access & Web Interface

To access the Prometheus web interface, open your browser and navigate to:

http://<your-public-ip>:9090

This will bring up the Prometheus dashboard where you can run queries, monitor metrics, and manage your monitoring setup.

chevron-rightUptime Kumahashtag

To access Uptime Kuma, open your browser and navigate to:

http://<your-server-ip>:3001 On your first visit, you’ll be prompted to set an admin username and password to complete the setup.

chevron-rightZabbixhashtag

Zabbix is an open-source enterprise monitoring solution for networks, servers, VMs, cloud services, and applications, offering real-time monitoring, alerting, visualization, and reporting.

Accessing the Zabbix Web Interface

Make sure you have the public IP address of your Zabbix VM instance

Open the Zabbix Interface

  1. Open your web browser

  2. Navigate to the following URL (replace with your actual IP):

http://your_server_ip/zabbix

Example: If your VM IP is 203.0.113.45, you would access: http://203.0.113.45/zabbix and you should see the Zabbix login page with the welcome message

In order to login on the Zabbix login page, you'll see fields for Username and Password.

  1. Enter the username: Zabbix

  2. Enter the password: ZabbixPass@123envelope

  3. Click the 'Sign in' button

Database Access (SQL)

If you need to access the MySQL/MariaDB database directly for advanced configuration or troubleshooting, use these credentials:

Database Name: MySQL Username: root Password: password@1234envelope

Verify Installation

After logging in, check the server status in the bottom-right corner: "Zabbix server is running"

Last updated

Was this helpful?