Monitee - Home server monitor

5K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Do you keep a server in your closet, or perhaps a raspberry pi on your desk at home?

Then this app is for you. With Monitee you will be able to monitor your servers health and get a dashboard like overview of it's key metrics such as CPU usage, available memory and running processes.

Get notified when your server uses too much of your bandwidth, or is running out of disk space. And much more.

If your server runs Docker, you can also manage the containers. Such as start, stop and restart them. And read their logs.

On Linux systems running systemd, you can run systemctl commands to start and stop services. And even read the servuce logs from journalctl.

On Windows, you can manage services and read the event logs.

Currently supported platforms:
- Windows
- MacOS
- Linux

This application relies on the open source project sys-API. Sys-API is a self hosted monitoring agent running on your server. It can be downloaded from https://github.com/Krillsson/sys-api/releases

How to connect Monitee to Sys-API: https://monitee.app/get-started/
Updated on
Feb 29, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
This app may collect these data types
App info and performance
Data is encrypted in transit
Data can’t be deleted

What's new

Changes:
- Choose between showing bits or bytes per second for network traffic in settings
- Gave the app icon a minor refresher
- Added a few more server icons to choose from
- The app now has a monitor detailed view (requires sys-API v0.20.0)
- Editing a monitor now uses update method instead of delete+add (requires sys-API v0.20.0)
- Hopefully made performing commands to containers a bit smarter
- Implemented pagination for reading container logs, making it more robust.