The system settings page lets you control core identity and logging behavior for your router. Changes take effect immediately — the system service reloads and the log daemon restarts after every save. Navigate toDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/KevinCruz-cell/Redes-de-comunicaciones-/llms.txt
Use this file to discover all available pages before exploring further.
/sistema to access these settings.
General settings
Set the hostname
Enter the router’s hostname in the Hostname field. This name appears in shell prompts, DHCP leases, and network discovery.Stored as
system.@system[0].hostname via UCI.Add a description and notes
Use the Description and Notes fields to store human-readable labels for the router. These are optional and have no effect on routing behavior.Stored as
system.@system[0].description and system.@system[0].notes.Configure the timezone
Two fields control timezone display:
- Zone name (
zonename) — the human-readable label shown in the UI, for exampleUTCorAmerica/New_York. - Timezone (
timezone) — the POSIX timezone code used by the system clock, for exampleUTC0orEST5EDT,M3.2.0,M11.1.0.
Logging settings
The logging section controls where the router sends log messages and how verbose those messages are.| Setting | UCI key | Description |
|---|---|---|
| Log size | system.@system[0].log_size | Maximum in-memory log buffer size in kilobytes |
| Log IP | system.@system[0].log_ip | IP address of a remote syslog server |
| Log port | system.@system[0].log_port | UDP port on the remote syslog server |
| Log protocol | system.@system[0].log_proto | Transport protocol — defaults to udp |
| Log file | system.@system[0].log_file | Path to write logs on the router’s filesystem |
Log level
The log level controls which severity classes of messages the system records. Lower numeric values mean higher severity — setting a higher numeric level includes more messages.| Level name | Value | Description |
|---|---|---|
| Debug | 8 | All messages, including verbose debug output |
| Info | 7 | Informational messages and above |
| Notice | 6 | Normal but significant conditions |
| Warning | 5 | Warning conditions |
| Error | 4 | Error conditions |
| Critical | 3 | Critical conditions |
| Alert | 2 | Action must be taken immediately |
| Emergency | 1 | System is unusable |
system.@system[0].conloglevel.
Cron log level
The cron log level controls verbosity for scheduled task output separately from the main system log.| Level name | Value |
|---|---|
| Debug | 5 |
| Normal | 8 |
| Warning | 9 |
system.@system[0].cronloglevel.
Applying changes
Click Save to write and apply your settings. The application runs the following commands on the router:The log daemon restart briefly interrupts log collection. Any messages generated during the restart window may not be captured.