LibraHostDocumentation

Documentation

Complete guides for all our hosting services

🗄️ Connect to a gaming server database (HeidiSQL)#

This guide explains how to access your LibraHost gaming server database with HeidiSQL.

1️⃣ Prerequisites#

  • Database connection credentials (host, username, password, port)
  • HeidiSQL installed on your computer (download here)

2️⃣ Create a new connection in HeidiSQL#

  1. Open HeidiSQL.
  2. Click on New session.
  3. Fill in the fields:
    • Type: MySQL/MariaDB
    • Host/IP: server address (often your VPS IP or the provided address)
    • Username: provided by LibraHost or created in Pterodactyl
    • Password: provided by LibraHost or created in Pterodactyl
    • Port: 3306 (by default)
  4. Click on Connect.

3️⃣ Tips#

  • Only open port 3306 if necessary and limit access by IP.
  • Never share your credentials.