# Renown Server Documentation (/docs/renown)



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

Everything you need to manage your Renown dedicated server. From connecting for the first time to adjusting server settings, these guides walk you through each step.

Getting Started [#getting-started]

<Cards>
  <Card icon={<Rocket />} title="Connect to Your Server" description="Join your Renown server using the in-game server browser or direct connect." href="/docs/renown/connect-to-your-server" />

  <Card icon={<Settings />} title="Configure Your Server" description="Customize server settings through configuration files." href="/docs/renown/configure-your-server" />
</Cards>

Server Management [#server-management]

<Cards>
  <Card icon={<Globe />} title="Change Server Name" description="Update the hostname shown in the server browser." href="/docs/renown/change-server-name" />

  <Card icon={<Gauge />} title="Max Players" description="Adjust the maximum player slots on your server." href="/docs/renown/max-players" />

  <Card icon={<Wrench />} title="Reset Server" description="Wipe your server and start fresh with a full reinstall." href="/docs/renown/reset-server" />
</Cards>

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