# Find and share your server logs

{% hint style="warning" %}
Do not share your logs publicly. They may contain sensitive information (IP, tokens, paths).
{% endhint %}

### Objective

Open the logs from the dashboard. Generate a share link. Send the link to support or a trusted person.

### Step-by-step guide

{% stepper %}
{% step %}
**Open the server console**

On the dashboard, go to **Console**.

<figure><img src="/files/4552315f19f521d1db548c4a5e47d0fd859c6f43" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Generate a share link for the logs**

Click on **Share the logs**. A link is generated automatically.
{% endstep %}

{% step %}
**Copy the “Paste-Me” link**

Copy the link [**Paste-Me**](https://paste-me.net/). Paste it into your message to support.
{% endstep %}
{% endstepper %}

### Best practices (before sharing)

* Do not post the link in a public channel.
* If you see a secret in the logs, regenerate it before sharing.
* Add context: time, action performed, exact error.

### Common issues

#### The link does not open or returns an error

* Regenerate a new link from the console.
* Try again in private browsing or with another browser.

#### The logs are incomplete

* Retry the action that triggers the error.
* Regenerate a link immediately afterward.

### FAQ

#### What are server logs for?

They show what your server is doing (startup, errors, warnings). They help quickly diagnose a problem.

#### What should I send to support?

The link **Paste-Me**, plus:

* the approximate time of the issue,
* what you were doing,
* the error message if you have one.


---

# 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://docs.oxygenserv.com/en/dashboard/trouver-et-partager-ses-logs-serveur.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.
