mikhmon
Mikhmon, PHP-based application for monitoring and managing MikroTik hotspot services.
2.2K
Docker image for Mikhmon (MikroTik Hotspot Monitor), a PHP-based application for monitoring and managing MikroTik hotspot services.

Mikhmon is a self-hosted PHP application designed to simplify management of MikroTik router hotspot services. It offers a user-friendly web interface for monitoring users, generating vouchers, viewing reports, and much more - all without requiring direct access to RouterOS.
docker run -d \
--name mikhmon \
--pull always \
-p 80:80 \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Asia/Jakarta \
--restart unless-stopped \
rizkikotet/mikhmon:latest
Then access Mikhmon through your browser at http://localhost:80
services:
mikhmon:
container_name: Mikhmon
pull_policy: always
image: rizkikotet/mikhmon:latest
restart: unless-stopped
ports:
- "80:80"
#- "443:443"
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Jakarta
http://localhost:80mikhmon1234latest: Most recent stable builddev: Development build with newest features (may be unstable)The Dockerfile and related files for this image are available on GitHub.
This Docker image packages Mikhmon developed by laksa19.
This Docker image is licensed under MIT license, with respect to the original Mikhmon project license.
Content type
Image
Digest
sha256:ae5b3b9cd…
Size
69.2 MB
Last updated
about 1 year ago
docker pull rizkikotet/mikhmon