CheckCle is a self-hosted, open-source monitoring platform for seamless, real-time full-stack systems, applications, and infrastructure. It provides real-time uptime monitoring, distributed checks, incident tracking, and alerts. All deployable anywhere.
English |
ααααα |
Japanese |
Chinese |
Thank you to all our contributors, users, and supporters for making this project thrive.
π Stay tuned for more updates, features, and improvements.

CheckCle is an Open Source solution for seamless, real-time monitoring of full-stack systems, applications, and infrastructure. It provides developers, sysadmins, and DevOps teams with deep insights and actionable data across every layer of their environmentβwhether itβs servers, applications, or services. With CheckCle, you gain visibility, control, and the ability to ensure optimal performance throughout your entire technology stack.
π Try it now: CheckCle Live Demo
User: admin@example.com | Passwd: Admin123456
version: '3.9'
services:
checkcle:
image: operacle/checkcle:latest
container_name: checkcle
restart: unless-stopped
ports:
- "8090:8090" # Web Application
volumes:
- /opt/pb_data:/mnt/pb_data # Host directory mapped to container path
ulimits:
nofile:
soft: 4096
hard: 8192
docker run -d \
--name checkcle \
--restart unless-stopped \
-p 8090:8090 \
-v /opt/pb_data:/mnt/pb_data \
--ulimit nofile=4096:8192 \
operacle/checkcle:latest
Admin Web Management
Default URL: http://0.0.0.0:8090
User: admin@example.com
Passwd: Admin123456
Follow the Quick Start Guide at https://docs.checkcle.io





Sponsorships will no longer be accepted. From now on, support will only be accepted in the form of ecosystem and community partnerships that provide infrastructure such as cloud servers, domains, or hosting credits.
If youβre a tech company interested in supporting CheckCle, please contact the author directly at tolaleng@checkcle.io
Thank you for contributing and continuously making CheckCle better, youβre awesome π«Ά
Here are some ways you can help improve CheckCle:
CheckCle is released under the MIT License.