File tree 4 files changed +40
-1
lines changed 4 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ Set up and enhance your Minecraft servers using the available topics below.
11
11
## ** Available Topics**
12
12
- [ Creating a Server] ( ./minecraft/dashboard ) - Learn how to deploy and configure a Minecraft server.
13
13
- [ RCON Login [ Pro]] ( ./minecraft/rcon ) - Access remote server controls with RCON.
14
+ - [ Connecting to Server] ( ./minecraft/connect ) - Howto connecting to FSHOST's MC Service.
Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change @@ -255,7 +255,8 @@ const sidebars = {
255
255
} ,
256
256
items : [
257
257
"minecraft/minecraft-firststeps-dashboard" ,
258
- "minecraft/minecraft-rcon"
258
+ "minecraft/minecraft-rcon" ,
259
+ "minecraft/minecraft-join"
259
260
] ,
260
261
} ,
261
262
{
You can’t perform that action at this time.
0 commit comments