BoQsc Is it possible to export and import, somehow make a backup of the most settings in a Flarum forum? Where are all the settings stored? As an addition to the question: extensions settings are also relevant.
Kyrne BoQsc you can export the mysql database. mysqldump -u YourUser -p YourDatabaseName > wantedsqlfile.sql
DiegoPino Its Possible, just keep a copy of the config.php file on the server for the BackUp of Database can used PhpMyAdmin to Export and import DataBase BackUp Via PhpMyAdmin