Chrome extension
Chrome Server Monitor Extension
Install the developer build in Chrome and connect it to the same backend and Linux agent used by Online Server Monitor.
Download
Download the Chrome developer build
Use the ZIP build until a Chrome Web Store listing is published. Do not use fake store links; the developer build is the current install method.
Install
Install in Chrome with Load unpacked
- Open
chrome://extensions. - Enable Developer mode.
- Extract the ZIP or use the
browser-extensionfolder. - Click Load unpacked.
- Select the extension folder.
- Open the extension popup and enter the API URL plus the same
PAIRING_TOKEN.
Agent first
Set up the Linux agent before connecting Chrome
The Chrome extension is not the installer. First run the agent install command on the Linux server. After the agent registers, use the same token in the Chrome popup.
curl -fsSL https://server.howprog.one/agent/install.sh -o install.sh
sudo bash install.sh --api https://server.howprog.one --pair PAIRING_TOKENMetrics
What Chrome shows
- Server online/offline state.
- CPU, RAM, disk, inodes and load average.
- Uptime, last heartbeat and OS details when available.
- SSL certificate days left when reported by the agent.
- Active alerts and highest alert level.
Security
Why Chrome does not need SSH
The extension never connects to your Linux server. It only calls the backend API over HTTPS with X-Pairing-Token. The backend checks pairing ownership before returning server data.
Related
Related extension pages
- Read the Chrome and Firefox overview.
- Read the Firefox extension guide.
- Open the Linux setup guide.
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.