Configuration
Supported Version: Linux v0.3.4+
The RingLink Configuration File makes managing your network seamless by automating device registration, authentication, and network connections. Whether you’re deploying IoT devices, managing servers, or scaling remote networks, a well-structured configuration file ensures everything runs smoothly—without manual intervention.
Why Use a Configuration File? The configuration file simplifies device management by:
- Automating Device Registration: Use a Config Key to authenticate devices without interactive logins.
- Auto-Connecting Networks: Define networks your devices should automatically connect to.
- Minimizing Manual Work: Predefine settings to avoid repetitive tasks during deployment.
💡 Quick Tip: If you’re managing servers or IoT devices, a configuration file saves time by automating routine tasks.
Example Configuration File (config.toml)
Here’s a basic example of how your configuration file might look:
Field Descriptions
- server (Table): The server table contains the configuration settings that RingLink uses to connect to a network.
- user_id (Integer): The unique identifier for the user. This ID is typically used to create a local data directory to separate login sessions for different users.
- token (String): The Config Key used for device authentication. It allows the device to connect to the network without requiring manual login.
- network_list (Array): A list of network IDs that the device should automatically connect to. If not set or left empty, the device will not connect to any network by default.
How to Use the Configuration File (Linux)
To set up your device with a custom configuration file on Linux, follow these steps:
Option 1: Use the Default Configuration Path
- Place the Configuration File
Save your configuration file in the default location:
/etc/ringlink/config.toml
- Restart the RingLink service to apply the changes
Option 2: Specify a Custom Configuration File Path
You can also manually specify a custom configuration file path if needed. To do this:
- Stop the currently running RingLink service
- Start RingLink with a Custom Configuration File Path