# How to Connect to Your Voyagers of Nera Server (/docs/voyagers-of-nera/join-server)



import { Tab, Tabs } from 'fumadocs-ui/components/tabs';

<Tabs items={['Invite Code (Most Reliable)', 'Server Browser', 'Direct Connect']}>
  <Tab value="Invite Code (Most Reliable)">
    The invite code method is the most reliable way to connect:

    1. The server generates a **7-character alphanumeric invite code** on startup
    2. Share this code with your players
    3. Players enter it in **Main Menu → Join Game → Invite Code**
  </Tab>

  <Tab value="Server Browser">
    1. From the main menu, click **Browse Games**
    2. Search by server name
    3. Select and join

    > The server browser can be flaky. If the server doesn't appear, use the invite code or direct connect instead.
  </Tab>

  <Tab value="Direct Connect">
    1. From the main menu, click **Direct Connect**
    2. Enter `IP:27700` (or your custom port)
    3. Connect
  </Tab>
</Tabs>

Related Guides [#related-guides]

* [Server Configuration](/docs/voyagers-of-nera/server-config)
