# How to play Quake 3 Arena over Meshnet

## Introduction <a href="#introduction" id="introduction"></a>

[Quake 3 Arena](https://en.wikipedia.org/wiki/Quake_III_Arena) is a classic first-person shooter game that has been a favorite among gamers for decades. While the game lacks a dedicated single-player storyline, it more than makes up for it with its engaging multiplayer experience.

In Quake 3 Arena, you can enjoy online multiplayer servers or create your own local server with just a few clicks. The server creation menu allows you to customize many aspects of the game, thereby making the game more interesting. However, what is the point of hosting a local server if none of your friends can join it?

By adding Meshnet to the equation, you can create a secure virtual network that connects devices located all over the world. Meshnet allows you to reap most of the benefits of [local area network](https://nordvpn.com/blog/what-is-lan/) (LAN) gaming, even when all of the participants are using different networks.

This article will showcase how you can use NordVPN’s Meshnet feature to play Quake 3 Arena on Windows with your friends.

## Start your Quake 3 Arena server <a href="#start-your-quake-3-arena-server" id="start-your-quake-3-arena-server"></a>

To create your personal Quake 3 Arena server:

1. Open **Quake 3 Arena**.
2. Select **Multiplayer** and click **Create**.
3. Choose your preferred map as well as the game mode and click **Next**.
4. Configure the server’s settings to your liking.
5. If you will be playing on the server PC, set the **Dedicated** option to **No**. Otherwise — keep it as **Yes**.

   <figure><img src="/files/WD9uZY988psRNsVVkoKU" alt="Quake 3 Arena server creation screen with the Dedicated option set to &#x27;No&#x27;"><figcaption></figcaption></figure>

   &#x20;
6. Click **Fight**.

Once the server loads, other players can start joining in.

## Invite your friends <a href="#invite-your-friends" id="invite-your-friends"></a>

After loading into the selected map, your friends can join the server to participate in the game. To connect to the server:

1. Copy the Meshnet IP address of the server PC from the NordVPN app.
2. Open **Quake 3 Arena**.
3. Select **Multiplayer** and click **Specify**.
4. Paste the copied Meshet IP to the **Address** field.

   <div align="left"><figure><img src="/files/AHH2wk48EdnpBXa8xz2c" alt="Entering Meshnet IP to the Address field"><figcaption></figcaption></figure></div>

   &#x20;
5. Click **Fight**.

Alternatively, you can open the console by pressing the **\~** (tilde) key on your keyboard and then typing in the following command, replacing `<server>` with the copied Meshnet IP address.

{% code overflow="wrap" %}

```bash
connect <server>
```

{% endcode %}

**Example**

{% code overflow="wrap" %}

```bash
connect 100.110.208.130
```

{% endcode %}

You will shortly be connected to the server and have the opportunity to enjoy a private LAN game of Quake 3 Arena through Meshnet.

<div align="left"><figure><img src="/files/FYZzLyKteGkX10RCaT35" alt="Two players in a Quake 3 Arena game"><figcaption></figcaption></figure></div>


---

# 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://meshnet.nordvpn.com/how-to/gaming/quake3-arena.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.
