# Frequently Asked Questions

### Is it free?

Yes!

### Can I help?

As of today, we are not accepting new devs, we are a small team and want to keep it that way to stay agile.

### Will we be able to do X?

It's too early to give any answers regarding gameplay and features, we are working out the technical aspect of it and then will start thinking about what features we would like to see.

### Patreon?

Yes, you can support us there, be warned that test builds, are exactly that, test builds, do not expect to get a full-fledged multiplayer mod just yet. <https://patreon.com/tiltedphoques>

### How do I gain access to the mod?

Just join our [Discord](https://discord.gg/3uGzdhYfNB) and download the mod from our [website](https://hogwarp.com).&#x20;

### Why am I not getting my role after subscribing?

Wait a bit. If it still won't work after that, reconnect your discord account. Still not working: remove the Patreon connection in your settings and reconnect again. If it still won't work, ask someone with the professor role.

### How do I join a server?

To join a server, press rCTRL to open the UI. If you want to join the Official Server, no need to do anything but click join. If you want to join a private server, enter the IP and port of the server you want to join. The default port is 11778. When connected to a server, you will see a Player Count.

### Why can't I see anyone?

Right now, the servers are not very populated. Run around and try finding a player. The best guess would be the great hall.

### I am a streamer/influencer/journalist, what can I do?

You are allowed to do anything, there is no NDA, but you cannot share the files you obtained. You may also contact me (yamashi) by sending me a DM if you want.

### Where are the server files?

The server is included in the ⁠release on [Nexus Mods](https://www.nexusmods.com/hogwartslegacy/mods/1378?tab=files) within the Server folder. Make sure to read through [Quick Start](https://docs.hogwarp.com/hogwarp/server/quick-start)!

<figure><img src="https://1616767776-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSbmAvHgFDKouBnrDAEyc%2Fuploads%2F50siF4zuy5PostI5Vgwm%2Fexplorer_4QxRHsUgwb.png?alt=media&#x26;token=d1550103-4c87-4921-9985-4026f5be45e6" alt=""><figcaption></figcaption></figure>

### What does it take to run the server?

At the current moment, the server is available for Windows and Linux.

{% content-ref url="../server/server-requirements" %}
[server-requirements](https://docs.hogwarp.com/hogwarp/server/server-requirements)
{% endcontent-ref %}

### How do I get started with server-side scripting?

{% content-ref url="../scripting/getting-started" %}
[getting-started](https://docs.hogwarp.com/hogwarp/scripting/getting-started)
{% endcontent-ref %}


---

# 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.hogwarp.com/hogwarp/home/frequently-asked-questions.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.
