Skip to content

Commit

Permalink
CardsButtons to RCON, and little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc4tt committed Jan 4, 2025
1 parent f18220b commit 270f805
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/cs2/cstv.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ slug: cstv
id: cs2-cstv
title: "CS2: CSTV"
description: "Information about CSTV for CS2 Server from FSHOST"
sidebar_label: "GOTV [Pro]"
sidebar_label: "CSTV [Pro]"
---

## Introduction
Expand Down
18 changes: 16 additions & 2 deletions docs/server-rcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,22 @@ description: "RCON for Game Servers"
sidebar_label: "RCON"
---

import Card from '@site/src/components/Card/Card';
import Cards from '@site/src/components/Cards/Cards';

## RCON - Control your game server

RCON is a way to administrate your server without access to the server console. The commands you send via RCON will be executed on the server.
**RCON** (Remote Console) allows you to manage your server remotely without direct access to the server console. Any commands sent via RCON are executed directly on the server, providing powerful administrative control.

View more info by clicking on the game in the menu.
For more information, select your game from the list below.
<Cards>
<Card title="Call of Duty" description="Placeholder" link="cod/rcon" image="https://fshost.me/assets/img/bg/cod.jpg"/>
<Card title="Call of Duty 2" description="Placeholder" link="cod2/rcon" image="https://fshost.me/assets/img/bg/cod2.jpg"/>
<Card title="Call of Duty 4: Modern Warfare" description="Placeholder" link="cod4/rcon" image="https://images.weserv.nl/?url=https://fshost.me/assets/img/bg/cod4.jpg"/>
<Card title="Call of Duty: United Offensive" description="Placeholder" link="coduo/rcon" image="https://images.weserv.nl/?url=https://fshost.me/assets/img/bg/coduo.jpg"/>
<Card title="Counter-Strike: 1.6" description="Placeholder" link="cs16/rcon" image="https://cdn.cloudflare.steamstatic.com/steam/apps/10/header.jpg?t=1666823513"/>
<Card title="Counter-Strike: Condition Zero" description="Placeholder" link="cscz/rcon" image="https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/80/header.jpg"/>
<Card title="Counter-Strike: Source" description="Placeholder" link="css/rcon" image="https://cdn.cloudflare.steamstatic.com/steam/apps/240/header.jpg?t=1666823740"/>
<Card title="Counter-Strike: 2" description="Placeholder" link="cs2/rcon" image="https://cdn.cloudflare.steamstatic.com/steam/apps/730/header.jpg?t=1698860631"/>
<Card title="Half-Life 1: Deathmatch" description="Placeholder" link="hldm/rcon" image="https://fshost.me/assets/img/bg/hldm.jpg"/>
</Cards>
2 changes: 1 addition & 1 deletion docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Utilize the full extent of your game server with FSHOST. We try to make our guid
<Card title="Call of Duty: United Offensive" description="Placeholder" link="coduo/dashboard" image="https://images.weserv.nl/?url=https://fshost.me/assets/img/bg/coduo.jpg"/>
<Card title="Call of Duty: World at War" description="Placeholder" link="codwaw/dashboard" image="https://images.weserv.nl/?url=https://fshost.me/assets/img/bg/codwaw.jpg"/>
<Card title="Counter-Strike: 1.6" description="Placeholder" link="cs16/dashboard" image="https://cdn.cloudflare.steamstatic.com/steam/apps/10/header.jpg?t=1666823513"/>
<Card title="Counter-Strike: Czero" description="Placeholder" link="cscz/dashboard" image="https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/80/header.jpg?t=1715995767"/>
<Card title="Counter-Strike: Condition Zero" description="Placeholder" link="cscz/dashboard" image="https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/80/header.jpg?t=1715995767"/>
<Card title="Counter-Strike: Source" description="Placeholder" link="css/dashboard" image="https://cdn.cloudflare.steamstatic.com/steam/apps/240/header.jpg?t=1666823740"/>
<Card title="Counter-Strike: 2" description="Placeholder" link="cs2/dashboard" image="https://cdn.cloudflare.steamstatic.com/steam/apps/730/header.jpg?t=1698860631"/>
<Card title="Half-Life: Deathmatch" description="Placeholder" link="hldm/dashboard" image="https://fshost.me/assets/img/bg/hldm.jpg"/>
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const sidebars = {
"cs2/plugins/cs2-plugins-ingamecommands",
"cs2/source-gsltoken",
"cs2/cs2-cstv",
"cs2/cs2-pluginslist",
{
type: "category",
label: "Pro Plugins",
Expand All @@ -119,7 +120,6 @@ const sidebars = {
"cs2/plugins/cs2-plugins-simpleadmin",
]
},
"cs2/cs2-pluginslist",
],
},
{
Expand Down

0 comments on commit 270f805

Please sign in to comment.