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

# Troubleshooting

This section explains common issues and resolutions.

<details>

<summary><mark style="color:red;">▸ Hud not displaying</mark></summary>

* [ ] Launch your server; read through your server-side console for errors.
  * <mark style="color:yellow;">**If you see errors**</mark>; contact the developer via a ticket on [**https://gmodstore.com**](https://gmodstore.com) and paste the errors in the ticket.
  * <mark style="color:yellow;">**If no errors are visible**</mark>**;** read through the server-side console again and look for any mentioning of the script. If you see no text at all showing the script name **HudHive** with version information, author name, etc. Then refer to the [**Installation**](broken://pages/-MT2xOzICG71Q3BVnmbA) guide; your script doesn't appear to be installed properly.
* [ ] Type **!hud** in chat; the HUD may be starting out hidden.
* [ ] Open your server-side console and type the command <mark style="color:blue;">`rlib.modules`</mark>
  * You should see a list of all addons currently installed that run with rlib. If you do not see this particular addon's name in the list; it may be installed incorrectly.  Please review the information on the [**Install**](/setup/install.md) page.
* [ ] Ensure that you are using a compatible gamemode for this HUD.
  * At the time of writing this; **DarkRP** and **DarkRP-based** gamemodes work.
  * A **Deathrun** version of the HUD is available on gmodstore.
* [ ] If none of the steps above work; contact the developer for further troubleshooting.

</details>

<details>

<summary><mark style="color:red;">▸ Changing theme colors does not apply when saved</mark></summary>

This is explained in the[ ](/configuration/themes.md)[**Configuration** <mark style="color:red;">▸</mark>**Themes**](/configuration/themes.md) page.

Once you modify a theme setting; you must type the console command specified in the section [**Modifying Colors**](/configuration/themes.md#modifying-colors).

</details>
