# Unturned Dedicated Server Guides (/docs/unturned)



import { Rocket, Settings, Globe, Wrench, Shield, Puzzle, RefreshCw, Users } from "lucide-react";

Unturned is a free-to-play survival game where you scavenge for supplies, craft gear, and survive against zombies and other players. These guides will help you set up and manage your XGamingServer Unturned server.

Getting Started [#getting-started]

<Cards>
  <Card icon={<Rocket />} title="Connect to Your Server" description="Join your Unturned server using the IP address." href="/docs/unturned/join-server" />

  <Card icon={<Globe />} title="Create a GSLT" description="Generate a Steam Game Server Login Token (required)." href="/docs/unturned/gslt-setup" />

  <Card icon={<Shield />} title="Set Server Owner" description="Set yourself as the server owner with full admin privileges." href="/docs/unturned/admin-setup" />
</Cards>

Configuration [#configuration]

<Cards>
  <Card icon={<Settings />} title="Change Server Name" description="Update the hostname displayed in the server browser." href="/docs/unturned/rename-server" />

  <Card icon={<Shield />} title="Set a Password" description="Protect your server with a password." href="/docs/unturned/server-password" />

  <Card icon={<Users />} title="Set Max Players" description="Adjust the maximum player slots on your server." href="/docs/unturned/player-slots" />
</Cards>

Gameplay Settings [#gameplay-settings]

<Cards>
  <Card icon={<Settings />} title="Change Difficulty" description="Adjust zombie spawn rates, loot, and damage." href="/docs/unturned/server-config" />

  <Card icon={<Settings />} title="Change PVP/PVE Mode" description="Switch between player vs player and player vs environment." href="/docs/unturned/server-config" />

  <Card icon={<Settings />} title="Change Perspective" description="Configure camera view options for your server." href="/docs/unturned/server-config" />
</Cards>

Plugins and Updates [#plugins-and-updates]

<Cards>
  <Card icon={<Puzzle />} title="Install OpenMod" description="Enable the modern OpenMod plugin framework." href="/docs/unturned/map-mods" />

  <Card icon={<Puzzle />} title="Install RocketMod (Legacy)" description="Enable the legacy RocketMod plugin framework." href="/docs/unturned/map-mods" />

  <Card icon={<RefreshCw />} title="Update Your Server" description="Keep your server up to date with the latest version." href="/docs/unturned/update-guide" />

  <Card icon={<RefreshCw />} title="Reset Your Server" description="Wipe your server and start fresh." href="/docs/unturned/wipe-reinstall" />
</Cards>

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