# Foundry Server Guides (/docs/foundry)



import { Card, Cards } from "fumadocs-ui/components/card";
import { Rocket, Settings, Wrench, Users, Lock } from "lucide-react";

Foundry is a voxel-based building and exploration game where players mine resources, craft tools, build structures, and explore a vast open world. These guides will help you get your XGamingServer Foundry server configured and running smoothly.

Getting Started [#getting-started]

Connect and configure your server.

<Cards>
  <Card icon={<Rocket />} title="Connect to Your Server" description="Join your Foundry server." href="/docs/foundry/connect-to-your-server" />

  <Card icon={<Settings />} title="Configure Your Server" description="Adjust gameplay and server settings." href="/docs/foundry/configure-your-server" />

  <Card icon={<Lock />} title="Set a Password" description="Password protect your server." href="/docs/foundry/set-a-password" />
</Cards>

Server Management [#server-management]

Manage your server settings and player slots.

<Cards>
  <Card icon={<Settings />} title="Change Server Name" description="Update your server's display name." href="/docs/foundry/change-server-name" />

  <Card icon={<Users />} title="Max Players" description="Change the maximum player count." href="/docs/foundry/max-players" />

  <Card icon={<Wrench />} title="Reset Server" description="Wipe and reinstall your server." href="/docs/foundry/reset-server" />
</Cards>

> **Don't have a server yet?** [Get Foundry Server Hosting](https://xgamingserver.com/foundry-server-hosting) starting from just $4/month with instant setup and 24/7 support.
