Skip to content
Jason Volk edited this page Feb 14, 2023 · 9 revisions

Bridge Registration

  1. Follow instructions for setting up your bridge. This should produce a registration.yaml file.

  2. Convert the registration.yaml to registration.json using a yaml2json converter such as apt-get install reserialize or a website.

reserialize yaml2json registration.yaml > registration.json
  1. Open the Console to enter the following command:
> bridge set /path/to/registration.json
  • If the bridge has already been registered then configuration will be updated.
  1. The bridge module may have to be reloaded mod reload m_bridge in the console to take effect.
Clone this wiki locally