scripts for backing up RouterOS and performing other activities, includes fprobe and nfdump.
1.8K
Scripts to backup RouterOS and perform other activities such as changing the password for a capsman SSID and generating its QR. includes fprobe and nfdump.
First place the information necessary in the qr-env file, then mount the folder that contains said file as a volume in /app.
docker run -it --rm --name qr --pull always --env-file ./qr-env --volume ./:/app sinfallas/mtk-tools:latest capsmanqr
First place the information necessary in the acl-env and maclist.txt files, then mount the folder that contains said file as a volume in /app.
docker run -it --rm --name acl --pull always --env-file ./acl-env --volume ./:/app sinfallas/mtk-tools:latest capsmanacl
First place the information necessary in the mtkback-env file, then mount the folder that contains said file as a volume in /app.
docker run -it --rm --name backup --pull always --env-file ./mtkback-env --volume ./:/app sinfallas/mtk-tools:latest mtkback
First place the your .rsc file, then mount the folder that contains said file as a volume in /app.
docker run -it --rm --name mtk-tools --pull always --volume ./:/app sinfallas/mtk-tools:latest sara --config-file example.rsc
Content type
Image
Digest
sha256:e37493690…
Size
227.2 MB
Last updated
4 months ago
docker pull sinfallas/mtk-tools