Get 30% Discount on Business Pack Order here Click Here
Install our app 🪄 click on the icon in the top right of the address bar.

Server Monitors

Created on 5 September, 2025Tutorials • 300 views • 1 minutes read

Learn how to setup server monitor

What it does: Installs a lightweight agent on your server to collect CPURAM, and Disk usage and send logs to your dashboard for visualization.


On the page: Install code / Uninstall code buttons, Total logs, Last log, CPU usage, RAM usage, Disk usage, and time-range selector.


Quick setup

  1. Open Server monitors → Create server monitor.
  2. Click Install code and copy the command for your OS.
  3. SSH into the server and run the command (requires curl and bash).
  4. Return to the dashboard; within a minute you should see metrics and graphs.


Example install

# Linux (SSH)
curl -sSL https://uptimer24.com/install.sh | bash


Viewing metrics

  1. CPU usage: percentage over time; spikes indicate heavy processes.
  2. RAM usage: watch for sustained high memory → possible leak.
  3. Disk usage: alerts you before partitions fill up.
  4. Total/Last log: health of the agent & connectivity.

Best practices

  1. Tag the monitor by project (Prod/Stage) to scope alerts.
  2. Set notifications for sustained high CPU/RAM or low disk (if thresholds available).
  3. Keep the OS time synced (NTP) so graphs align with incidents.


Troubleshooting

  1. No data? Ensure outbound HTTPS is allowed and the script finished successfully.
  2. Agent removal: use Uninstall code from the monitor page.