Connecting to your Physgun game server database to inspect or modify your data.
You might want to check or modify data in your Physgun database. To do this, you will need external software. This guide explains step-by-step how to use DBeaver.
Downloading and installing DBeaver
You can download DBeaver from their official site: DBeaver Download. Download the correct version for your OS, execute the file, and follow the instructions.
Connecting to your database.
- Go to your Physgun Game Panel -> Your server -> Manage -> Management -> Databases

 - Copy the database details.
 - Open DBeaver > Database > New Connection > MySQL or press Ctrl + Caps + N

 - Click on Connect by Host.
 - Fill the details:
 
- Server Host -> “Connection” in the game panel
 - Database -> “Name” in the game panel
 - Username & Password -> From the game panel
 
- Click “Finish”. If asked to download MySQL drivers, click “Yes”.
 
After connecting, go to “Database Browser” in DBeaver and click your database. If not connected, recheck credentials.
Inspecting & modifying your database.
Once connected, double-click on the database name, then “Tables.” Click a table, then “Data” to view and edit. Press Ctrl+S to save changes.

Keep in mind: Be careful modifying your database, as incorrect changes can break your server data.