Settings

1. Main settings

Froxlor offers a variety of settings for the panel itself and the server services used. For the more demanding users, there is an advanced more which opens even more possibilities. Settings can also be exported and imported to and from other froxlor installations. You can always use the Global search at the top if you are unsure where to find a specific setting.

http://{your-ip-address}/froxlor
Settings overview

As you can see, some features need to be activated explicitly for the rest of the settings in this section to take effect and be editable.

1.1 Unavailable/incompatible settings

http://{your-ip-address}/froxlor
Settings: unavailable settings

Some settings cannot be changed or are unavailable due to other setting-values, e.g. the selected webserver. The latter can be hidden by selecting the option System settings -> Hide incompatible settings.

1.2 Settings that require reconfiguration

http://{your-ip-address}/froxlor
Settings: Require reconfiguration of services

A few settings will show the above notice. This means that adjusting the value or, in case of an enable/disable, when enabling it might be required to (re-)configure the shown services in Configuration, see Configuration Guide for more information.

1.3 Import / Export of settings

http://{your-ip-address}/froxlor
Settings: Import / Export

To export your current settings-set, click the Download/export Settings in the top-right corner. You can use the generated file to import your settings again or on another froxlor installation. Keep in mind that depending on your settings, possible sensitive data could be stored in the export-file.

In order to import settings, either from a possible backup or another froxlor installation, select the JSON file and press Upload and import to proceed. Depending on what settings are possibly overwritten, you might need to reconfigure some services, see Configuration Guide for more information.

2. Cronjob settings

Although it should not be necessary to adjust any values for the cronjobs as it is managed automatically by froxlor you might want or need to adjust intervals or enable/disable specific cronjobs if you are sure you know why.

http://{your-ip-address}/froxlor
Cronjob settings

3. Settings in config.inc.php

Options that are not adjustable via WebUI settings are read from the lib/config.inc.php file within the froxlor's base-directory (most likely /var/www/html/froxlor), in case it exists. By default, froxlor ships it as lib/config.example.inc.php so custom adjustments will not be overwritten by an update.

To overwrite the options in this file, rename/copy it and adjust as needed:

cd /var/www/html/froxlor
cp lib/config.example.inc.php lib/config.inc.php