In wanderer, a server (also called an instance) is a self-hosted installation of the platform. Each server runs independently and hosts its own users, trails, and content. Thanks to federation via ActivityPub, servers can interact—so you can follow users, view trails, and share content across instances.

You can join an existing server or host your own. This page helps you discover publicly listed wanderer servers you might want to explore or become part of.

{#if filteredServers.length == 0}

There are no servers that match your query

{/if}
{#each filteredServers as server}
{server.name}
{#each ["category", "region", "language"] as key}
{(server as any)[key]}
{/each}

{server.name}

{server.description}

{/each}