# Linux Troubleshooting

{% hint style="info" %}
In case you aren't able to resolve your issue with the following guidelines, please [contact our technical support](https://www.goodaccess.com/contact).
{% endhint %}

<details>

<summary>Tray Icon missing</summary>

* Install Gnome Extension "[Tray Icons: Reloaded](https://extensions.gnome.org/extension/2890/tray-icons-reloaded/)"

</details>

<details>

<summary>I can't connect</summary>

Using the following script, check if the GoodAccessService is running and enabled after boot.

* active (running)
* loaded (enabled)

```
systemctl status goodaccess
```

<img src="/files/dOnhWA7GcjgC3K9NYvfE" alt="Linux terminal displaying the script with highlighted important information." data-size="original">

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.goodaccess.com/configuration-guides/linux/linux-troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
