Configuration guide - HerculesWS/FluxCP GitHub Wiki

This guide covers configuration settings that most users decide to change before opening FluxCP to public.


FluxCP Config

It is located in config/application.php.

Appearance

Language

FluxCP can be easily translated. Translation files are located in lang directory. You can use any of the available languages and set it as DefaultLanguage.

Site Title

Usually used in browser title bar and page header. To configure edit SiteTitle.

Themes

FluxCP comes with two themes: default and emphaino. Both are by default enabled in ThemeName setting. You can disable any theme by removing it from the array or add new one. First listed theme is the default theme.

See Themes Guide for more details.

Servers Config

It is located in config/servers.php.

Online Status

FluxCP displays online status of all configured login-, char-, and map-servers. This feature requires to setup IP addresses and ports in servers config file:

  • for login-server: LoginServer > Address, Port
  • for char-server: CharMapServers > CharServer > Address, Port
  • for map-server: CharMapServers > MapServer > Address, Port

Rates

Setting up proper rates ensures that information from item and monster database module is correct. You can set rates for each server in CharMapServers > DropRates, ExpRates

War of Emperium schedule

Configured in CharMapServers > WoeDayTimes.

Access Config

It is located in config/access.php.