set system services web disable

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 XX(Add link to PICOS WEB User Configuration Manual).

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

  • ARM models: Web access is enabled by default.

  • X86 models: Web access is disabled by default.

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

  • Enable web service on the system.

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

 

Copyright © 2024 Pica8 Inc. All Rights Reserved.