All parameters are optional. They all have a defined default value.
The central Remote Configuration Management configuration is stored in the file "rconfig.txt".
Parameter name |
Description |
disable
|
When set to 1, then remote management is completely disabled. (default = 0)
|
disable_write
|
When set to 1, then no .txt files can be send. (default = 0) |
enable_uptime |
When set to 1, then it is possible to request the up-time (in seconds). (default = 0)
|
enable_reboot
|
When set to 1, then it is possible to reboot remotely. (default = 0) |
display_name |
This will be appended in the response for "?list#"
|
Example: #rconfig.txt #disable=0 #disable_write=0 enable_reboot=1 #enable_uptime=0 #display_name=
|