Commands and Scripts
Learn how to execute command and scripts from the browser without an interactive login.
The difference between commands and scripts
[remote-commands]
## Enable or disable execution of remote commands sent by server.
## Defaults: true
#enabled = true
## Allow commands matching the following regular expressions.
## The filter is applied to the command sent. Full path must be used.
## See {order} parameter for more details how it's applied together with {deny}.
## Defaults: ['^/usr/bin/.*','^/usr/local/bin/.*','^C:\\Windows\\System32\\.*']
#allow = ['^/usr/bin/.*','^/usr/local/bin/.*','^C:\\Windows\\System32\\.*'][remote-scripts]
## Enable or disable execution of remote scripts sent by server.
## Defaults: false
#enabled = falseSingle run vs. concurrency


Last updated
Was this helpful?