HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/librepanel/lib/config.example.inc.php
<?php

/**
 * change the options below to either true or false
 */
return [
	/**
	 * enable/disable the possibility to update librepanel from within the web-interface,
	 * recommended value for debian/ubuntu package users is false to rely on apt and not have version mixup.
	 * This is also useful for providers that manage the servers but give admin access to librepanel to handle
	 * updates the way the providers does it (e.g. automation, etc.)
	 *
	 * Default: false
	 */
	'enable_webupdate' => false,

	/**
	 * settings that have a major impact on the system or which values are used to be executed with high
	 * privileges on the system require the admin-user to have set up and enabled OTP for the corresponding
	 * account to change these values.
	 * To disable this extra security validation, set the value of this to true
	 *
	 * Default: false
	 */
	'disable_otp_security_check' => false,

	/**
	 * For debugging/development purposes only.
	 * Enable to display all php related issue (notices, warnings, etc.; depending on php.ini) for librepanel itself
	 *
	 * Default: false
	 */
	'display_php_errors' => false,
];