The set system services web disable command is used to enable or disable the web service on the system, which typically prevents access to the device’s web-based management interface. This enhances security by reducing potential attack surfaces, especially if the web interface is not in use or required.

The delete system services web disable command deletes the configuration.

Command Syntax

set system services web disable <true | false>

delete system services web disable

Parameters

Parameter

Description

disable <true | false>

Enables or disables the web service on the system. The value is true or false.

  • true: disables the web service on the system.

  • false: enables the web service on the system.

Usage Guidelines

Not all devices support this command; only platforms that support the PICOS web configuration interface can apply this configuration. For specific compatibility details, please refer to https://pica8-fs.atlassian.net/wiki/spaces/PICOSWEBU/overview .

Among the platforms supporting the PICOS web configuration interface, the default settings for web access may vary:

The device model (ARM or X86) can be identified using the Linux command:

admin@PICOS:~$ uname -m
armv7l
admin@leaf04:~$ uname -m
x86_64

Example

admin@PICOS# set system services web disable false
admin@PICOS# commit