๐ŸŽ‰ New translations available. This site is still in beta. โš 
๐Ÿ’ป Game Panel
Databases

Set up Databases

Often servers need database for certain add-ons, plugins or because the game itself needs it, our panel allows you to create and manage database in a quick and easy way.

By default each server is allowed to create 2 databases, if you need more you can contact us by support ticket and request more for free, you may have to justify the reason (to prevent misuse of them)

โš ๏ธ

The use of the databases is oriented to be used within the same server and for that context (you will not be able to use the databases for your web page or store information that is not related to the game hosting service), each database you create is stored in the same node where your server is located to avoid performance problems in the connection or latency. We always monitor the use of the databases and the connections to them to prevent attacks, inadequate use of the databases and to guarantee optimal performance.

Create a database

Go to the Databases section and click on New Database, a form will open in which you will have to name the database, you can also specify from which ip or hostname the database can be accessed, this is optional, you can leave it blank to allow connections from anywhere.

Manage a database with phpMyAdmin

Once the database is created, you will see it in the list. To see more information, click on the eye icon, there you will see the complete data of the database so you can connect it to what you need.

If you click on the other popup tab icon, you will be redirected to the phpMyAdmin, this is a web panel in which you can manage in a visual way your MySQL database or also use SQL commands, import or export your database among other features. To log into the phpMyAdmin you must use the username and password of the database, remember that this information can be seen by clicking on the eye icon.

Export database with phpMyAdmin

To export your database, go to phpMyAdmin by clicking on the popup tab icon in the Game Panel.

After accessing your database with the database login details (you can see those login details in the eye icon) you should select the database and go to the Export tab in the phpMyAdmin and click Continue (The export method is recommended to leave it on Fast).

Import database with phpMyAdmin

To import your database, you need to have on your PC the .sql file you are going to import, then go to phpMyAdmin by clicking on the popup tab icon in the Game Panel.

After accessing your database with the database access data (you can see those access data in the eye icon) you should select the database and go to the Import tab in the phpMyAdmin, select the .sql file and then click Continue. (It is recommended to leave the rest of the default parameters as shown in the image)