Sign inSign up

goodhallsolutions/fodaris

By goodhallsolutions

Updated 26 days ago

Self-hosted monitoring and observability platform for homelabs and small businesses

Image
Monitoring & observability
0

9.8K

goodhallsolutions/fodaris repository overview

Fodaris

Self-hosted monitoring and observability platform. Monitor your servers, Docker containers, network devices (SNMP), websites, APIs, databases, and applications from a single dashboard.

What it does

  • Endpoint monitoring - Track CPU, memory, disk, network, GPU, and temperature across Linux, Windows, and macOS
  • Container monitoring - See per-container resource usage for Docker and Podman
  • Website and API uptime - HTTP/HTTPS checks with response time tracking and alerting
  • Database monitoring - PostgreSQL, MySQL, MariaDB, Redis, MongoDB, MSSQL, and more
  • Application monitoring - Nginx, Apache, HAProxy, Caddy, IIS, Tomcat
  • Network devices - SNMP v1/v2c/v3 polling for switches, routers, firewalls, and NAS
  • IPAM - Track IP address allocations and scan subnets
  • Alerting - Email, Slack, Discord, Microsoft Teams, PagerDuty, and webhook notifications
  • Log viewer - Centralised log collection and search from all your endpoints
  • Network topology - Auto-discovered map of your infrastructure
  • Reporting - Scheduled PDF reports delivered by email

Quick start

docker run -d --name fodaris \
  --pid=host \
  -p 8443:8443 \
  -v /mnt/user/appdata/fodaris/config:/app/server/config \
  -v /mnt/user/appdata/fodaris/data:/app/server/data \
  -v /var/run/docker.sock:/var/run/docker.sock:ro \
  goodhallsolutions/fodaris:latest

Open https://your-server-ip:8443 and log in with admin / Fodaris2026. You will be prompted to change your password.

What is included

  • Built-in PostgreSQL database (no external DB required)
  • Auto-generated TLS certificate (bring your own or use the self-signed cert)
  • Bundled Linux monitoring agent for self-monitoring
  • React web UI
  • Agent downloads for Linux, Windows, macOS, and Docker from within the dashboard

Agents

Lightweight agents are available for:

  • Linux (amd64, arm64) - binary or Docker container
  • Windows - installer with system tray and Windows Service
  • macOS - native binary

Agents collect metrics locally and send them to your Fodaris server over HTTPS with AES-256-GCM encryption.

Licensing

The free tier includes 5 endpoints, 5 websites, 5 applications, 5 databases, and 1 user. Paid plans available for larger environments.

Server source is licensed under ELv2. Agents are MIT licensed.

Built and maintained by Goodhall Solutions Ltd.

Tag summary

Content type

Image

Digest

sha256:df5939641

Size

446.1 MB

Last updated

26 days ago

docker pull goodhallsolutions/fodaris