-
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
github-actions[bot] edited this page Aug 28, 2026
·
1 revision
If you installed the systemd service:
sudo systemctl start modbridge.serviceOr manually:
./modbridgeOn first start, ModBridge automatically generates a secure admin password. You can find it in the console output or the systemd log.
# Find the password in the log
sudo journalctl -u modbridge.service -n 50 | grep "Initial admin password"Open a browser and navigate to:
http://<your-server-ip>:8080
Log in with:
- Username: admin
- Password: (the generated password from step 2)
After the first login you will be prompted to change the password.
- Go to Proxies in the left-hand menu
- Click New Proxy
- Fill in the details:
- Name: e.g. "Inverter 1"
-
Local port: e.g.
:5020(the port ModBridge should listen on) -
Target address: e.g.
192.168.1.100:502(the IP address of your Modbus device)
- Click Save
- Enable the proxy using the toggle in the list
Configure your SCADA system, Home Assistant, or Node-RED to connect to ModBridge instead of directly to the device:
-
IP:
<IP-of-the-ModBridge-server> -
Port:
5020(or the local port configured in step 4)
That's it! ModBridge now forwards the requests and logs the traffic.