Database Bridge: ExtDB3
Arma 3 has no native SQL capabilities. To run persistent gamemodes like Altis Life, Exile, or KotH, you must use ExtDB3. This extension acts as a translator, allowing the game engine to read and write player stats, bank balances, and vehicle locations to a MySQL database.
| Reading Time | Difficulty | Last Updated |
|---|---|---|
| 5 minutes | Expert | January 2026 |
Configuration
- Install: Upload the
@extDB3folder to the server root. - Setup: Edit the
@extDB3/extdb3-conf.inifile. - Credentials: You must match these values to the Database details found in your Game Panel.
Common Connectivity Fixes
- “Extension Failed to Load”: This critical error typically means the server is missing the Microsoft Visual C++ Redistributable (x86) files. If you are on a VPS, install these drivers. If you are on a game panel, contact support.
- “Error 9”: This means the SQL syntax in your mission file does not match the SQL version of the database. (e.g., using legacy MySQL 5.5 syntax on a MariaDB 10.6 server).
Support Channels
If you need assistance or have any questions, please contact our support team:- Live Chat: Available on our website
- Website Ticket: Submit a Ticket
- Discord: Join our Community
- Email: [email protected]
Last Updated: January 2026 | Arma 3: Connection established.