Storage
BanManager can store data in a number of ways. These options can be changed in the databases
section of the config file.
Supported Types
File/local databases
Does not require any setup and works without configuration changes.
- H2 (default)
storageType: h2
Remote databases
Required to share data, e.g. across a network or use the WebUI.
- MySQL
storageType: mysql
- MariaDB
storageType: mariadb