Online Server Monitor

Browser monitoring

Server Monitor for Chrome and Firefox

Use Chrome or Firefox as an additional monitoring interface for the same Linux agent and backend used by the Telegram bot.

Product

A browser extension alongside the Telegram bot

Server Monitor from Chrome or Firefox is a second client for the existing monitoring service. Telegram remains available for alerts and operational chat. The extension gives a compact browser dashboard for servers already paired through the backend.

Architecture

Same backend, same Linux agent, separate interface

The extension does not connect to servers directly, does not use SSH, and does not execute shell commands. It calls server.howprog.one over HTTPS, reads the same server records, metrics, alert state and thresholds, and shows them in the browser popup.

Setup flow

Install the agent first, then connect the extension

The Linux agent is still the first step. Get a PAIRING_TOKEN, run the install command on the server, wait for the agent to register, then install the Chrome or Firefox extension and enter the same PAIRING_TOKEN.

curl -fsSL https://server.howprog.one/agent/install.sh -o install.sh
sudo bash install.sh --api https://server.howprog.one --pair PAIRING_TOKEN

Checks

What the browser extension can show

Notifications

Browser notifications for active alerts

The background worker polls the extension alerts API and shows browser notifications for new active alerts. It stores notified alert IDs locally to avoid duplicate notification spam. Browser notifications require Chrome or Firefox to be running; Telegram is still better for urgent 24/7 alerts.

Downloads

Download developer builds

Security

Security model for browser monitoring

Related pages

Read the setup and platform-specific guides

FAQ

Browser extension FAQ

Start monitoring

Connect a Linux server from Telegram.

Open the bot, request a one-time pairing command, run it on the server and receive the first status report in Telegram.