Video coming soon…
📊 Setup Kener — Modern Status Page & Uptime Monitor
Deploy Kener on Ubuntu with Docker — a modern, good-looking status page and uptime monitor that publishes the health of your services to your users, on port 3059.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/monitoring/kener/kener-ubuntu.sh
chmod +x kener-ubuntu.sh
sudo bash kener-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/monitoring/kener/kener-ubuntu.sh
2 Make it Executable
chmod +x kener-ubuntu.sh
3 Run the Installer
The script installs Docker if needed and starts Kener on port 3059. It generates a KENER_SECRET_KEY and sets the ORIGIN to your server automatically, with data persisted to ./data.
sudo bash kener-ubuntu.sh
4 Open the Setup Wizard
Browse to Kener and complete the setup wizard to create the admin account, then start adding monitors:
http://<your-server-ip>:3059
Ports Used
| Port | Purpose |
|---|---|
| 3059 | Web UI + public status page (host → container 3000) |
| setup wizard | First-run wizard creates the admin account — no fixed default |
| ./data | Monitors, incidents, and settings (KENER_SECRET_KEY signs sessions) |