Web-based application (MikroTik API PHP class) Voucher management for MikroTik Hotspot.
6.1K
PHPNuxBill (PHP Mikrotik Billing) is a web-based application (MikroTik API PHP class) Hotspot and PPPOE billing for Mikrotik using the PHP programming language and using the Mikrotik API as communication with the router.
The image build on Alpine Linux and App PHPNuxBill from ibnux.
We utilise the docker manifest for multi-platform awareness. Simply pulling animegasan/phpnuxbill: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> |
Here are some example snippets to help you get started creating a container.
---
version: "2.1"
services:
mikhmon:
image: animegasan/phpnuxbill:latest
container_name: phpnuxbill
ports:
- 8080:80
restart: unless-stopped
docker run -d \
--name=phpnuxbill \
-p 8080:80 \
--restart unless-stopped \
animegasan/phpnuxbill:latest
http://<IP_ADDRESS>:8080/install to access the PHPNuxBill installer.localhost.root.phpnuxbill.docker exec phpnuxbill rm -rf /var/www/html/install
Visit the url http://<IP_ADDRESS>:8080 to have access to the PHPNuxBill's web interface.
And visit the url http://<IP_ADDRESS>:8080/admin to have access to the PHPNuxBill's web settings.
adminadminIt's highly recommended to change the default access credentials on first start.
The package used by this image are:
Content type
Image
Digest
sha256:a59348749…
Size
105.3 MB
Last updated
over 3 years ago
docker pull animegasan/phpnuxbill