Skip to content

Setting up Database Hosts

This guide explains how to set up database hosts for your Calagopus Panel. Using database hosts allows your users to create databases on external database servers.

The Main usecases for this feature are when hosting game servers and e.g. plugins want to store data in a database, instead of using flat files. This is especially useful for Minecraft servers, as many plugins support MySQL/PostgreSQL/MongoDB databases. It can also be useful for other types of servers, such as Node.js servers, that want to use a database to store data.

Getting started

Please see the MySQL (MariaDB) documentation in the Setting up Database Hosts part of the documentation.