Ubus Control - Interact with OpenWrt Ubus Daemon | Online Free DevTools by Hexmos

Control ubus daemons with Ubus Control, a command-line tool for interacting with OpenWrt's ubusd. List objects, retrieve system info in JSON. Free online tool, no registration required.

ubus

Interact with an OpenWrt ubusd server. More information: https://openwrt.org/docs/techref/ubus.

  • List available objects:

ubus list

  • Retrieve system information in JSON format:

ubus call system board

  • Listen to events:

ubus subscribe {{event_name}}

  • Display help:

ubus