--- sidebar_position: 1 --- # Config `opencli config` allows you to change the configuration of the user interface and set defaults for new accounts. Settings are stored in `/usr/local/panel/conf/panel.config` file. However, it is recommended not to modify this file directly. Instead, it's best to utilize the `config` script. This way, any changes made are immediately applied, and the panel service is automatically restarted only when necessary. Example: ```bash ############################## NOTICE ######################################### # # # Manually modifying this file is not recommended! # # # # You should use the interface in Admin Panel > Server Configuration # # for applying changes to these settings. # # # # https://openpanel.co/docs/admin/scripts/openpanel_config # # # ############################################################################### [DEFAULT] brand_name= logo= force_domain= port=2083 ssl=no openpanel_proxy= ns1= ns2= ns3= ns4= logout_url= enabled_modules=phpmyadmin,ssh,crons,backups,wordpress,pm2,disk_usage,inodes,usage,terminal,services,webserver,fix_permissions,malware_scan,process_manager,ip_blocker,redis,memcached,elasticsearch,login_history,activity [USERS] password_reset=no twofa_nag=yes how_to_guides=yes sidebar_color=dark avatar_type=gravatar max_login_records=20 activity_items_per_page=25 resource_usage_charts_mode=two resource_usage_items_per_page=100 resource_usage_retention=100 acccess_logs_per_page=1000 domains_per_page=100 [PHP] default_php_version=8.2 [PANEL] autoupdate=on autopatch=on ``` ## Get The `get` parameter allows you to view current settings. ```bash opencli config get