Skip to content

Commit 9f6d191

Browse files
authored
Merge pull request #7 from NodeByteHosting/rust-kb
Rust kb
2 parents 0728467 + 03eee0e commit 9f6d191

File tree

8 files changed

+182
-0
lines changed

8 files changed

+182
-0
lines changed

markdown/kb/articles.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,69 @@
111111
}
112112
]
113113
},
114+
{
115+
"section": "Minecraft",
116+
"about": "This section contains articles related to Minecraft Hosting.",
117+
"slug": "minecraft",
118+
"articles": [
119+
{
120+
"slug": "player-manager",
121+
"title": "Player Manager",
122+
"description": "This article will guide you on how to manage players in the client panel.",
123+
"section": "game-hosting",
124+
"path": "game-hosting/player-manager"
125+
},
126+
{
127+
"slug": "version-manager",
128+
"title": "Version Manager",
129+
"description": "This article will guide you on how to change Minecraft Versions in the client panel.",
130+
"section": "game-hosting",
131+
"path": "game-hosting/version-manager"
132+
},
133+
{
134+
"slug": "plugin-manager",
135+
"title": "Plugin Manager",
136+
"description": "This article will guide you on how to use the Plugin Manager in the client panel.",
137+
"section": "game-hosting",
138+
"path": "game-hosting/plugin-manager"
139+
},
140+
{
141+
"slug": "mod-installer",
142+
"title": "Mod Installer",
143+
"description": "This article will guide you on how to use the Mod Installer in the client panel.",
144+
"section": "game-hosting",
145+
"path": "game-hosting/mod-installer"
146+
}
147+
]
148+
},
149+
{
150+
"section": "Rust",
151+
"about": "This section contains articles related to Rust Hosting.",
152+
"slug": "rust",
153+
"articles": [
154+
{
155+
"slug": "connecting-to-server",
156+
"title": "Connecting to your Rust Server",
157+
"description": "This article will guide you on how to connect to your Rust server.",
158+
"section": "rust",
159+
"path": "rust/connecting-to-server"
160+
},
161+
{
162+
"slug": "add-additional-ports",
163+
"title": "Adding Additional Ports",
164+
"description": "This article will guide you on how to get additional ports for your Rust server.",
165+
"section": "rust",
166+
"path": "rust/add-additional-ports"
167+
},
168+
{
169+
"slug": "enabling-rustplus",
170+
"title": "Enabling Rust+",
171+
"description": "This article will guide you on how to enable Rust+ for your server.",
172+
"section": "rust",
173+
"path": "rust/enable-rust+"
174+
}
175+
]
176+
},
114177
{
115178
"section": "Trouble Shooting",
116179
"about": "This section contains articles related to troubleshooting.",
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# How to add additional ports to your Rust Server
2+
3+
## QUERY Port
4+
5+
You are provided one free allocation per Rust server for your QUERY port.
6+
7+
To do this please follow the below
8+
9+
1. Open [BytePanel](https://panel.nodebyte.host)
10+
11+
2. Load up your Rust Server
12+
13+
3. Go to the "Network" Tab
14+
15+
4. Click on "Create allocation"
16+
17+
![](https://nodebyte.host/kb/Rust/createallocation.png)
18+
19+
5. Add a note so you know what this is being used for (optional)
20+
21+
![](https://nodebyte.host/kb/Rust/createallocationnote.png)
22+
23+
6. Once you have created the Allocation go to the "Startup" tab and look for "QUERY PORT" then enter the PORT provided
24+
25+
![](https://nodebyte.host/kb/Rust/queryport.png)
26+
27+
7. Start/Restart your server for the changes to take affect
28+
29+
## Rust+ Port
30+
31+
If you would like to use Rust+ you must contact our [Support Team](https://nodebyte.host/submitticket.php) to get one applied to your server.
32+
33+
Once you placed the ticket, the support team will take it from there and will have it ready for you to just start/restart your server. 😄
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Connecting to your Rust server
2+
3+
The below will help you connect to your server on Rust
4+
5+
6+
## Steam
7+
8+
If you would like to add your as a default favourite on Rust then follow the below.
9+
10+
You MUST have a QUERY port enabled for this. Follow this [guide](https://nodebyte.host/kb/rust/article/add-additional-ports) to see how to get one.
11+
12+
1. Open Steam
13+
14+
2. Go to View > Game Servers
15+
16+
![](https://nodebyte.host/kb/Rust/steamgameservers.png)
17+
18+
3. Click on the "Favorites" Tab and then click on "+"
19+
20+
![](https://nodebyte.host/kb/Rust/addserver.png)
21+
22+
4. Add your IP + QUERY PORT (You can find this on the panel Under "Network")
23+
24+
![](https://nodebyte.host/kb/Rust/query.png)
25+
26+
![](https://nodebyte.host/kb/Rust/addserverfilled.png)
27+
28+
5. Click on "OK" and the server will be added to the list
29+
30+
![](https://nodebyte.host/kb/Rust/addserverlisted.png)
31+
32+
6. You can either connect directly from Steam or Load up Rust and connect under the "Favorites" inside of Rust's Server List
33+
34+
![](https://nodebyte.host/kb/Rust/connectsteam.png)
35+
36+
![](https://nodebyte.host/kb/Rust/connectrust.png)
37+
38+
![](https://nodebyte.host/kb/Rust/connectrust2.png)
39+
40+
## Rust
41+
42+
1. Open Rust
43+
44+
2. When you get to the main menu press "F1" to open the console
45+
46+
3. Type in `connect <yourip:port>` (The port will be your main server port)
47+
48+
![](https://nodebyte.host/kb/Rust/connectrust3.png)
49+
50+
4. Press "Esc" to close the console
51+
52+
# Support
53+
If you have any issues, connecting to your server or need some help, please contact our [Support Team](https://nodebyte.host/submitticket.php).

markdown/kb/rust/enabling-rust+.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Enabling Rust+ on your server
2+
3+
Once you have a port dedicated for Rust+ (Follow this [guide](https://nodebyte.host/kb/rust/article/add-additional-ports) if not)
4+
5+
## Application Downloads:
6+
7+
iPhone/iPad: [App Store](https://apps.apple.com/gb/app/rust/id1487691681)
8+
9+
Android Device: [Play Store](https://play.google.com/store/apps/details?id=com.facepunch.rust.companion&hl=en)
10+
11+
## Setting up Rust+
12+
13+
1. Download the Rust+ application
14+
15+
2. Open the app and sign in
16+
17+
3. You will come across a screen like this
18+
19+
![](https://nodebyte.host/kb/Rust/RustHome.jpg)
20+
21+
4. Load up rust and connect to your server
22+
23+
5. Press on "Esc" to access the pause menu and go to "Rust+" then click on "Pair"
24+
25+
![](https://nodebyte.host/kb/Rust/rust+_Server.png)
26+
27+
6. Back on the App you will get a pop up asking you to pair. Click on "Pair"
28+
29+
![](https://nodebyte.host/kb/Rust/PairingMobile.jpg)
30+
31+
7. Once paired, you will now be able to view your server directly from your phone/tablet
32+
33+
![](https://nodebyte.host/kb/Rust/RustHomeConnected.png)

0 commit comments

Comments
 (0)