How can I fix the error: RESTRICT_UI option enabled in [/etc/csf/csf.conf]?

Overview

This article provides instructions for resolving a configuration warning that prevents saving settings through the Juggernaut extension interface.

Error Message

RESTRICT_UI option enabled in [/etc/csf/csf.conf]. Config items [...] could not be saved though the user interface.

Cause

This warning is triggered when the RESTRICT_UI parameter is configured to limit or disable web-based modifications. This setting is typically managed under **Juggernaut -> Settings -> Initial Settings**. When active, configuration changes cannot be applied through the extension interface and must be handled directly in the system configuration file.

RESTRUCT_UI

Resolution

To restore full functionality and allow configuration changes through the extension interface, update the RESTRICT_UI parameter in the CSF configuration file.

  1. Open the configuration file located at /etc/csf/csf.conf using a text editor with appropriate permissions.
  2. Locate the RESTRICT_UI directive within the file.
  3. Change the value to "0" to enable unrestricted UI access.
  4. Save the configuration file and apply the changes.

Configuration Reference

The following values are supported for the RESTRICT_UI parameter:

# 0 = Unrestricted UI
# 1 = Restricted UI
# 2 = Disabled UI
RESTRICT_UI = "0"

Troubleshooting

  • If the warning persists after updating the configuration, verify that the file was saved correctly and contains no syntax errors.
  • RESTRICT_UI
  • 0 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

How can I fix the error: The domain limit of this license key has been reached?

Overview The Admin and Pro editions of Danami products enforce a maximum domain limit within the...

How can I fix incorrect date and times displayed in the extension?

Overview The extension relies on accurate system and database timestamps to function correctly....

How can I fix the warning: This extension is deprecated. If you remove it, you will not be able to install it anymore?

Overview On July 25, 2025, WebPros and Danami concluded their partnership agreement regarding...

Why are /var/log/messages, /var/log/maillog and /var/log/secure empty?

Overview The absence of data in /var/log/messages, /var/log/maillog, and /var/log/secure...

How can I raise the open file limit for the login failure daemon?

Overview The Login Failure Daemon (LFD) may terminate unexpectedly when monitoring a high volume...