# Connect to my Palworld server

{% hint style="info" %}
This guide shows how to join your server **Palworld** hosted at **Oxygenserv**.
{% endhint %}

### Objective

Join the server in Palworld using its IP or name.

### Step-by-step guide

{% stepper %}
{% step %}
**Retrieve the IP address and port on the dashboard**

On your server's dashboard, locate the**IP Address** with the **port**.

<figure><img src="/files/7a67a6aacb8442f1209604b69deb9ab4c3c3785b" alt=""><figcaption></figcaption></figure>

You can also use a subdomain to avoid sharing the IP: [Put a domain name on your server](/en/dashboard/mettre-un-nom-de-domaine-sur-son-serveur.md).
{% endstep %}

{% step %}
**Open the multiplayer login screen**

In Palworld, open **Join a multiplayer game**.

<figure><img src="/files/8ae4147057e103749cdae568916e6259b1416cf1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Connect via IP:port (recommended)**

Enter the**IP address** and the **port** in the field at the bottom.

Click on **Connect**.

<figure><img src="/files/46b39d94159320bc793cd2f955bd0618593beed1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If your server has a password, you must check the "Enter a password" box.
{% endhint %}
{% endstep %}

{% step %}
**Alternative: find the server by its name**

Go to the **Community Servers** and search for your server using the name set in your **Settings**.

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

{% step %}
**Confirm the connection**

If the connection succeeds, you arrive at the character creation/selection screen.

{% hint style="success" %}
You are connected to your Palworld server.
{% endhint %}
{% endstep %}
{% endstepper %}

### Common issues

#### Timeout / unable to connect

* Check that the server is **started** on the dashboard.
* Double-check that you are using **IP:port**.
* If you are using a subdomain, add `:PORT`. Example: `myserver.oxygenserv.com:PORT`.
* Restart Palworld. Try again after 2–3 minutes.

#### The server does not appear in the list

* Use the **IP**. This is the most stable method.

#### Password rejected

* Check the case (uppercase / lowercase).
* Re-enter the password. Avoid copy-paste.

### FAQ

#### Can I connect with a domain name?

Yes. Create an Oxygenserv subdomain, then use it instead of the IP: [Put a domain name on your server](/en/dashboard/mettre-un-nom-de-domaine-sur-son-serveur.md).

#### Where can I find my Palworld server's port?

On the dashboard, next to the IP address. The display looks like `IP:PORT`.


---

# 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/palworld/se-connecter-a-mon-serveur-palworld.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.
