-
Notifications
You must be signed in to change notification settings - Fork 63
Configuration guide
This guide covers configuration settings that most users decide to change before opening FluxCP to public.
It is located in config/application.php
.
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
.
Usually used in browser title bar and page header. To configure edit SiteTitle
.
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.
It is located in config/servers.php
.
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
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
Configured in CharMapServers
> WoeDayTimes
.
It is located in config/access.php
.