obeoneorg/winbox

By obeoneorg

Updated over 2 years ago

Run Mikrotik's Winbox directly in your browser to access to your RouterOS devices !

Image
Networking
Operating systems
2

10K+

obeoneorg/winbox repository overview

Winbox in docker

Image
build Version Artifact Hub

Github

Use Mikrotik's Winbox with your browser !

Using KasmVNC, this docker starts Winbox with Wine and make it avaiable in any browser.

Screenshots

Login screenshot

Main screenshot

Usage

Docker
docker run -d --shm-size=512m -p 6901:6901 -e VNC_PW=password -v winbox_wine:/home/kasm-user/.wine obeoneorg/winbox:latest

You can access it at the address https://localhost:6901 with user kasm_user and password password.

It's not mandatory to mount (or bind) the volume, but it save initial configuration of Wine (which can take a while) and your winbox sessions.

TLS

If you want to use your own certificate rather than the autogenerated one, you can mount a PEM to the path /config/private-cert.pem :

docker run -d --shm-size=512m -p 6901:6901 -e VNC_PW=password -v winbox_wine:/home/kasm-default-profile/.wine -v LOCAL_PEM_PATH:/config/private-cert.pem:ro obeoneorg/winbox:latest
Kubernetes (Helm)

A helm chart exists, just follow documentation

Sources

Github

Tag summary

Content type

Image

Digest

sha256:8542d5c19

Size

248 Bytes

Last updated

over 2 years ago

docker pull obeoneorg/winbox:sha256-81e6bff4be12e6f7dcfa39ea6b606c9ea9c13545da1b94831997ce68bcfc47d9.sig