Skip to content

Databases

To enhance your gaming experience, OXY.Games allows you to create and manage SQL databases (MariaDB) via a user-friendly control panel.

  • Every server includes one free database.
  • Need more? Contact our support team.
  • ⚠️ Note: Databases are for in-server use only (e.g. plugins, mods) and not intended for external website hosting.

  1. Go to the Databases section in your game panel.
  2. Click New Database.

Create Database Step 1
Create Database Step 2

  1. Fill in the configuration pop-up:
    • Database Name: Choose something descriptive.
    • Allowed IPs: Add IPs that should be allowed to connect.
      • Leave blank to allow all IPs (not recommended).
      • For best security: enter your game server’s IP only.

Database Configuration


Once created, your database appears in the list.
Click the info icon to view login credentials and options.

Database List

You can now use your database for:

  • Minecraft plugins that require storage (e.g. LuckPerms, Dynmap)
  • Custom scripts or mods that store stats or player data
  • Remote connections using tools like HeidiSQL, DBeaver, or MySQL Workbench

We provide centralized web access via phpMyAdmin:

👉 Launch phpMyAdmin

Use your database credentials from the control panel when logging in.
Make sure the server (host) matches what’s shown in your database info.

phpMyAdmin Login

  • View and edit your data
  • Create tables, columns, indexes
  • Run raw SQL queries
  • Import/export full databases

If you’re unsure about how to connect your plugin or you’re seeing database errors:

  • Check your plugin config file for correct host, username, password, and database name
  • Ask for help via a support ticket
  • Or chat with us on Discord

💡 Tip: Always restart your server after linking a plugin to a new database!