> For the complete documentation index, see [llms.txt](https://agon.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agon.rlib.io/setup/troubleshooting/sqlite-storage-location.md).

# SQLite Storage Location

If you are looking for the location of where SQLite stores all information related to your database, you will need to locate the file:

> &#x20;             <mark style="color:yellow;">**`garrysmod\sv.db`**</mark>

In order to actually view your SQLite database, you will need to download the <mark style="color:red;">**DB Browser for SQLIte**</mark> application:

{% embed url="<https://sqlitebrowser.org/dl/>" %}

After downloading, install the program and then launch it.&#x20;

You will need to click the **Open Database** button

<figure><img src="https://988034806-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fubx5GaOKM5YKmbFOqwhe%2Fuploads%2FaIEv87FM2308rU9kJfnI%2Ftroubleshooting_sqlite_1.png?alt=media&amp;token=d9072492-dd36-4944-9842-914d653456e5" alt=""><figcaption></figcaption></figure>

Then locate your Garry's Mod <mark style="color:red;">**`sv.db`**</mark> file.

<figure><img src="https://988034806-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fubx5GaOKM5YKmbFOqwhe%2Fuploads%2FlfsOJd0iFxmx1VQl34Zv%2Ftroubleshooting_sqlite_2.png?alt=media&amp;token=f3ee7592-4a2d-4071-938a-062ba359562d" alt=""><figcaption></figcaption></figure>

Once the database is opened, you will need to locate the agon\_players table. To view the entries for all the players in the database table, you can right-click and select <mark style="color:red;">**`Browse Table`**</mark>.

<figure><img src="https://988034806-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fubx5GaOKM5YKmbFOqwhe%2Fuploads%2F0WhJw2HwzzX9FP96QjZj%2Ftroubleshooting_sqlite_3.png?alt=media&amp;token=93f194f4-d022-47bf-8e42-1cf31f82f92f" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
DB Browser for SQLite also includes a dark theme.
{% endhint %}

Once you browse the table, you should see an entry for each player who has connected to your server and has been inserted into the <mark style="color:red;">**`agon_players`**</mark> table:

<figure><img src="https://988034806-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fubx5GaOKM5YKmbFOqwhe%2Fuploads%2FOMMpcBbDB3E0KPBKb7bN%2Ftroubleshooting_sqlite_4.png?alt=media&amp;token=11ac5c0b-1913-48ae-ac16-a3366a51837d" alt=""><figcaption></figcaption></figure>

It is highly recommended that if you wish to wipe your entire agon\_players table and start over; you should do it from in-game with the <mark style="color:red;">**`Wipe Database`**</mark> feature. This button action is immediate, and a server restart is not required.

<figure><img src="https://988034806-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fubx5GaOKM5YKmbFOqwhe%2Fuploads%2F6WbPfpQwXfMoNAEM2lzv%2Fv1.5.0.0_admin_wipe.png?alt=media&amp;token=6b9ce6c1-cc9a-4166-9bc6-c4f80e3758b6" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
You **cannot** have your SQLite database open in the program DB Browser for SQLite when booting your server up. When the database is opened in the DB Browser, it locks the database file and your Garry's Mod server will be unable to access it.&#x20;

Doing so will result in you getting an error in-game:

> <mark style="color:red;">\[ERROR] A runtime error has occurred in "gamemodes/darkrp/gamemode/modules/base/sv\_data.lua" on line 484. The best help I can give you is this:</mark>

> <mark style="color:red;">Failed to retrieve player information from the database.</mark>
> {% endhint %}
