Skip to content

Commit fb284d4

Browse files
committed
MC: Connect Server Guide
1 parent 7cd0d84 commit fb284d4

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

docs/minecraft/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Set up and enhance your Minecraft servers using the available topics below.
1111
## **Available Topics**
1212
- [Creating a Server](./minecraft/dashboard) - Learn how to deploy and configure a Minecraft server.
1313
- [RCON Login [Pro]](./minecraft/rcon) - Access remote server controls with RCON.
14+
- [Connecting to Server](./minecraft/connect) - Howto connecting to FSHOST's MC Service.

docs/minecraft/minecraft-join.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
slug: connect
3+
id: minecraft-join
4+
title: "Connecting to MC Server"
5+
---
6+
7+
### How to Connect to a Minecraft Server Using Our Service
8+
9+
Follow these steps to connect to your Minecraft server:
10+
11+
1. **Open your Minecraft client**
12+
Ensure you have selected a supported version of Minecraft.
13+
14+
### Supported Server Versions
15+
We currently support the following Minecraft versions:
16+
17+
- v1.21.4
18+
- v1.21.3
19+
- v1.21
20+
- v1.20.6
21+
- v1.20.5
22+
- v1.20.4
23+
24+
---
25+
26+
### Connecting to the Server
27+
28+
1. **Start your free Minecraft server**
29+
Once your server is ready, copy the provided IP:PORT (do not include the `connect` prefix).
30+
31+
2. **Open Minecraft Multiplayer**
32+
- Navigate to `Multiplayer` and click on `Direct Connection`.
33+
34+
3. **Enter the Server Details**
35+
- Paste the copied IP:PORT into the field and click **Join Server** to connect.
36+
37+
![image](https://help.fshost.me/img/mc-connect.png)

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ const sidebars = {
255255
},
256256
items: [
257257
"minecraft/minecraft-firststeps-dashboard",
258-
"minecraft/minecraft-rcon"
258+
"minecraft/minecraft-rcon",
259+
"minecraft/minecraft-join"
259260
],
260261
},
261262
{

static/img/mc-connect.png

28.5 KB
Loading

0 commit comments

Comments
 (0)