
Why Use System Configuration?
You need to change broker settings—ports, TLS, connection limits, or other parameters—without editing configuration files. The System Configuration in the Coreflux HUB lets you view and modify broker settings from the browser.When to Use It
- Adjusting ports — Change MQTT, TLS, or WebSocket ports
- TLS configuration — Enable or configure TLS for secure connections
- Binding settings — Control which IP addresses the broker listens on
- Other broker options — Any configurable broker parameter exposed in the UI
Accessing System Configuration
In the HUB top navigation, select System, then System Configuration. The configuration panel shows available settings grouped by category.Form View
The default view displays settings as editable form fields, organized into groups:
| Group | Settings |
|---|---|
| General Settings | System Name |
| Network Settings | MQTT Port, TLS Port, WebSocket Port, WebSocket TLS Port |
| Binding Settings | MQTT Bind IP, MQTT TLS Bind IP, WebSocket Bind IP, WebSocket TLS Bind IP |
JSON View
Toggle to the code view to see the full broker configuration as JSON. This shows all parameters, including TLS certificate paths, client authentication settings, and other advanced options.
Next Steps
User Management
Create and manage broker users.
MQTT Broker Configuration
Learn configuration options and file-based setup.

