# How to Access the Showcase Server

Want to try everything before buying? You can test the full meteo server for free. Here is how to get access.

***

## Getting Access

{% stepper %}
{% step %}
**Join our Discord**

Join the Meteo Studios Discord server at [discord.meteofivem.net](https://discord.meteofivem.net)
{% endstep %}

{% step %}
**Open a ticket**

Navigate to the ticket channel and create a new ticket. Send this message:

> Hello, I want to test the meteo server.

We will then update access to your Discord account.
{% endstep %}

{% step %}
**Access the testing guides**

Once access is granted, you will be able to see the **testing guide channel** and all exclusive video guides inside the Discord server.
{% endstep %}

{% step %}
**Connect your FiveM to Discord**

Make sure your Discord account is connected to FiveM before joining the showcase server. This is required to get in.
{% endstep %}

{% step %}
**Start testing**

Join the showcase server and try everything out. Feel free to ask any questions during testing - we are happy to help and clarify anything.
{% endstep %}
{% endstepper %}

***

***

## Test Commands

Once you are on the showcase server, these commands help you skip the grind and test things fast.

| Command                            | What it does               |
| ---------------------------------- | -------------------------- |
| `/id`                              | Shows your server ID       |
| `/tp x, y, z`                      | Teleport to coordinates    |
| `/car vehiclename`                 | Spawn a vehicle            |
| `/giveitem yourid itemname amount` | Give yourself any item     |
| `/addcrypto amount`                | Add crypto to your account |
| `/setmoney yourid bank amount`     | Set bank balance           |
| `/setjob yourid jobname grade`     | Set your job               |

For the full list of all script-specific test commands see:

{% content-ref url="/pages/j5WKrclpz791KOe0rQn9" %}
[Test Commands](/servers/meteo-fivem-server/documentation/test-commands.md)
{% endcontent-ref %}

***

## Script Testing Guides

Every script has its own testing guide with step-by-step instructions. Check the scripts page to find the one you want to test.

{% content-ref url="/pages/kXNJ7Oa5i4dxVGzNFECK" %}
[Scripts](/servers/meteo-fivem-server/documentation/scripts.md)
{% endcontent-ref %}

***

{% hint style="success" %}
Loved what you tested? You can purchase the full meteo fivem server package at [meteofivem.net/meteo-fivem-server](https://meteofivem.net/meteo-fivem-server) :)
{% endhint %}


---

# 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.meteofivem.net/servers/meteo-fivem-server/documentation/how-to/how-to-access-showcase-server.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.
