diff --git a/markdown/kb/articles.json b/markdown/kb/articles.json index 6e87436..5086974 100644 --- a/markdown/kb/articles.json +++ b/markdown/kb/articles.json @@ -111,6 +111,69 @@ } ] }, + { + "section": "Minecraft", + "about": "This section contains articles related to Minecraft Hosting.", + "slug": "minecraft", + "articles": [ + { + "slug": "player-manager", + "title": "Player Manager", + "description": "This article will guide you on how to manage players in the client panel.", + "section": "game-hosting", + "path": "game-hosting/player-manager" + }, + { + "slug": "version-manager", + "title": "Version Manager", + "description": "This article will guide you on how to change Minecraft Versions in the client panel.", + "section": "game-hosting", + "path": "game-hosting/version-manager" + }, + { + "slug": "plugin-manager", + "title": "Plugin Manager", + "description": "This article will guide you on how to use the Plugin Manager in the client panel.", + "section": "game-hosting", + "path": "game-hosting/plugin-manager" + }, + { + "slug": "mod-installer", + "title": "Mod Installer", + "description": "This article will guide you on how to use the Mod Installer in the client panel.", + "section": "game-hosting", + "path": "game-hosting/mod-installer" + } + ] + }, + { + "section": "Rust", + "about": "This section contains articles related to Rust Hosting.", + "slug": "rust", + "articles": [ + { + "slug": "connecting-to-server", + "title": "Connecting to your Rust Server", + "description": "This article will guide you on how to connect to your Rust server.", + "section": "rust", + "path": "rust/connecting-to-server" + }, + { + "slug": "add-additional-ports", + "title": "Adding Additional Ports", + "description": "This article will guide you on how to get additional ports for your Rust server.", + "section": "rust", + "path": "rust/add-additional-ports" + }, + { + "slug": "enabling-rustplus", + "title": "Enabling Rust+", + "description": "This article will guide you on how to enable Rust+ for your server.", + "section": "rust", + "path": "rust/enable-rust+" + } + ] + }, { "section": "Trouble Shooting", "about": "This section contains articles related to troubleshooting.", @@ -124,19 +187,5 @@ "path": "trouble-shooting/console-not-loading" } ] - }, - { - "section": "VPS Hosting", - "about": "This section contains articles related to VPS Hosting.", - "slug": "vps-hosting", - "articles": [ - { - "slug": "how-to-setup-your-vps", - "title": "How to setup your VPS Hosting", - "description": "This article will guide you on how to setup your VPS hosting plans.", - "section": "vps-hosting", - "path": "vps-hosting/how-to-setup-your-vps" - } - ] } ] diff --git a/markdown/kb/game-hosting/mod-installer.md b/markdown/kb/minecraft/mod-installer.md similarity index 100% rename from markdown/kb/game-hosting/mod-installer.md rename to markdown/kb/minecraft/mod-installer.md diff --git a/markdown/kb/game-hosting/player-manager.md b/markdown/kb/minecraft/player-manager.md similarity index 100% rename from markdown/kb/game-hosting/player-manager.md rename to markdown/kb/minecraft/player-manager.md diff --git a/markdown/kb/game-hosting/plugin-manager.md b/markdown/kb/minecraft/plugin-manager.md similarity index 100% rename from markdown/kb/game-hosting/plugin-manager.md rename to markdown/kb/minecraft/plugin-manager.md diff --git a/markdown/kb/game-hosting/version-manager.md b/markdown/kb/minecraft/version-manager.md similarity index 100% rename from markdown/kb/game-hosting/version-manager.md rename to markdown/kb/minecraft/version-manager.md diff --git a/markdown/kb/rust/add-additional-ports.md b/markdown/kb/rust/add-additional-ports.md new file mode 100644 index 0000000..a748fa9 --- /dev/null +++ b/markdown/kb/rust/add-additional-ports.md @@ -0,0 +1,33 @@ +# How to add additional ports to your Rust Server + +## QUERY Port + +You are provided one free allocation per Rust server for your QUERY port. + +To do this please follow the below + +1. Open [BytePanel](https://panel.nodebyte.host) + +2. Load up your Rust Server + +3. Go to the "Network" Tab + +4. Click on "Create allocation" + +![](https://nodebyte.host/kb/Rust/createallocation.png) + +5. Add a note so you know what this is being used for (optional) + +![](https://nodebyte.host/kb/Rust/createallocationnote.png) + +6. Once you have created the Allocation go to the "Startup" tab and look for "QUERY PORT" then enter the PORT provided + +![](https://nodebyte.host/kb/Rust/queryport.png) + +7. Start/Restart your server for the changes to take affect + +## Rust+ Port + +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. + +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. 😄 \ No newline at end of file diff --git a/markdown/kb/rust/connecting-to-server.md b/markdown/kb/rust/connecting-to-server.md new file mode 100644 index 0000000..a4aa5d1 --- /dev/null +++ b/markdown/kb/rust/connecting-to-server.md @@ -0,0 +1,53 @@ +# Connecting to your Rust server + +The below will help you connect to your server on Rust + + +## Steam + +If you would like to add your as a default favourite on Rust then follow the below. + +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. + +1. Open Steam + +2. Go to View > Game Servers + +![](https://nodebyte.host/kb/Rust/steamgameservers.png) + +3. Click on the "Favorites" Tab and then click on "+" + +![](https://nodebyte.host/kb/Rust/addserver.png) + +4. Add your IP + QUERY PORT (You can find this on the panel Under "Network") + +![](https://nodebyte.host/kb/Rust/query.png) + +![](https://nodebyte.host/kb/Rust/addserverfilled.png) + +5. Click on "OK" and the server will be added to the list + +![](https://nodebyte.host/kb/Rust/addserverlisted.png) + +6. You can either connect directly from Steam or Load up Rust and connect under the "Favorites" inside of Rust's Server List + +![](https://nodebyte.host/kb/Rust/connectsteam.png) + +![](https://nodebyte.host/kb/Rust/connectrust.png) + +![](https://nodebyte.host/kb/Rust/connectrust2.png) + +## Rust + +1. Open Rust + +2. When you get to the main menu press "F1" to open the console + +3. Type in `connect ` (The port will be your main server port) + +![](https://nodebyte.host/kb/Rust/connectrust3.png) + +4. Press "Esc" to close the console + +# Support +If you have any issues, connecting to your server or need some help, please contact our [Support Team](https://nodebyte.host/submitticket.php). \ No newline at end of file diff --git a/markdown/kb/rust/enabling-rust+.md b/markdown/kb/rust/enabling-rust+.md new file mode 100644 index 0000000..9fc3466 --- /dev/null +++ b/markdown/kb/rust/enabling-rust+.md @@ -0,0 +1,33 @@ +# Enabling Rust+ on your server + +Once you have a port dedicated for Rust+ (Follow this [guide](https://nodebyte.host/kb/rust/article/add-additional-ports) if not) + +## Application Downloads: + +iPhone/iPad: [App Store](https://apps.apple.com/gb/app/rust/id1487691681) + +Android Device: [Play Store](https://play.google.com/store/apps/details?id=com.facepunch.rust.companion&hl=en) + +## Setting up Rust+ + +1. Download the Rust+ application + +2. Open the app and sign in + +3. You will come across a screen like this + +![](https://nodebyte.host/kb/Rust/RustHome.jpg) + +4. Load up rust and connect to your server + +5. Press on "Esc" to access the pause menu and go to "Rust+" then click on "Pair" + +![](https://nodebyte.host/kb/Rust/rust+_Server.png) + +6. Back on the App you will get a pop up asking you to pair. Click on "Pair" + +![](https://nodebyte.host/kb/Rust/PairingMobile.jpg) + +7. Once paired, you will now be able to view your server directly from your phone/tablet + +![](https://nodebyte.host/kb/Rust/RustHomeConnected.png) \ No newline at end of file