Run Ubiquiti AirMax AirView spectrum analyzer in your browser via noVNC
250
Run Ubiquiti AirMax AirView spectrum analyzer in your browser
docker run -p 8080:8080 elkurbo/airview-runner -url http://192.168.1.20
Then open your browser to: http://localhost:8080
The VNC session connects automatically - just point it at your Ubiquiti device and start analyzing!
This container runs Ubiquiti's AirView spectrum analyzer (JNLP application) with a web-based noVNC interface. No Java installation or VNC client needed - everything runs in your browser.
Features:
docker run -p 8080:8080 elkurbo/airview-runner -url http://YOUR_DEVICE_IP
Example:
docker run -p 8080:8080 elkurbo/airview-runner -url http://192.168.1.20
Then navigate to: http://localhost:8080
docker run -d -p 8080:8080 --name airview elkurbo/airview-runner -url http://192.168.1.20
View logs:
docker logs airview
Stop:
docker stop airview
docker rm airview
Run on your server:
docker run -p 8080:8080 elkurbo/airview-runner -url http://192.168.1.20
Access from another computer on your network:
http://your-server-ip:8080
docker run -p 9000:8080 elkurbo/airview-runner -url http://192.168.1.20
Access at: http://localhost:9000
Before running the Docker container, you must first initiate AirView from your device's WebUI:
http://192.168.1.20)This is required because the device needs to start the AirView service before the Docker container can connect to it.
Any Ubiquiti AirMax M5 or M2 device with AirView capability:
Frequency ranges must be configured in the AirView GUI after launch:
Common ranges:
Connection refused?
Blank screen?
docker logs <container-name>Port already in use?
-p 8081:8080Container won't stop?
docker stop <container-name>MIT License - feel free to use and modify!
Made with ❤️ for the Ubiquiti community
Content type
Image
Digest
sha256:c4abf0789…
Size
247.5 MB
Last updated
8 months ago
docker pull elkurbo/airview-runner