Skip to content

Configuration

The configuration file of OPanel is used to manage some global settings of the server panel.

File location

The location of the configuration file varies depending on the server. You can refer to the list below to find the file:

  • Bukkit servers: /plugins/OPanel/config.yml
  • Forge servers: /config/opanel-common.toml
  • Fabric servers: /config/opanel.json

Configuration Options

Key NameTypeDescriptionDefault Value
accessKeystringHash value of the panel access key
saltstringSalt used when generating tokens
webServerPortintWeb panel port3000

WARNING

accessKey stores the hash of the key, not the key itself. If the key is lost, please refer to the instructions in Quick Start for key reset.

Released under the MPL-2.0 License