Web-based application (MikroTik API PHP class) to assist MikroTik Hotspot management.
750
MikroTik Hotspot Monitor (Mikhmon) is a web-based application (MikroTik API
class PHP) to help manage the Mikrotik management system, especially hotspot
management.
The image build on
Alpine Linux, App
Mikhmon from
Laksamadi
Guko and Dockerfile inspiration from
Trafex.
We utilise the docker manifest for multi-platform awareness. Simply pulling
nazmulham/mikhmon:latest should retrieve the correct image for your arch, but
you can also pull specific arch images via tags.
The architectures supported by this image are:
| Architecture | Available | Tag |
|---|---|---|
| x86-64 | ✅ | amd64-<version tag> |
| arm64 | ✅ | arm64-<version tag> |
| armhf | ✅ | arm32v7-<version tag> |
Note : For Cloudflare Zero Trust users, recommended to use Mikhmon version 3
with tags nazmulham/mikhmon:v3-latest
Here are some example snippets to help you get started creating a container.
---
services:
mikhmon:
image: nazmulham/mikhmon:latest
container_name: mikhmon
ports:
- 8080:80
restart: unless-stopped
docker run -d \
--name=mikhmon \
-p 8080:80 \
--restart unless-stopped \
nazmulham/mikhmon:latest
Open your web browser and visit the url http://<IP_ADDRESS>:8080 to have
access to the Mikhmon's web interface.
adminadminIt's highly recommended to change the default access credentials on first start.
The package used by this image are:
mmm/dd/yyyy hh:mm:ss N for notice and
mmm/dd/yyyy hh:mm:ss X for remove.on-login. (Please update the user
profile of Mikhmon, by opening each user profile, then Save.)Tim de Pater, Laksamadi Guko, Hilman Maulana.
Content type
Image
Digest
sha256:9330777da…
Size
35.7 MB
Last updated
over 1 year ago
docker pull nazmulham/mikhmon