ARK Guardian
ARK Guardian
  • Welcome to ARK Guardian
  • Getting Started
    • Installation & Setup
    • MySQL Setup
    • Full Feature List
  • Feature Documentation
    • Permissions Integration
    • Admin Commands
    • Commented Config
    • Ban System
Powered by GitBook
On this page
  1. Getting Started

MySQL Setup

Here you can see guide how to setup proper MySQL server.

PreviousInstallation & SetupNextFull Feature List

Last updated 5 months ago

Download Link

Download Link

Remember that for our plugin you will need to provide:

  • Database Host (IP/Domain)

  • Database Port

  • Database Name

  • Database User

  • Database Password

❌ Troubleshooting

MySQL 8.0.27 and MariaDB 11.4+ If ARK Guardian is failing to start with "Failed to open connection" error, you might need to disable SSL on your servers, as this is causing connectivity issues.

  1. Stop your SQL server.

  2. Find my.ini file at "C:\ProgramData\MySQL\MySQL Server 8.0"

  3. Add ssl=0 or ssl=false under [mysqld] of my.ini

  4. Start your SQL server back and ARK Guardian should connect correctly.

You could also install recommended versions as MySQL 8.0.20 or MariaDB 11.3

MySQL 8.0.20
MariaDB
Video Guide by KillerDelta