From a574be5438515d30edbcc6c72593285cafd13618 Mon Sep 17 00:00:00 2001 From: Kieran Davis Date: Wed, 11 Dec 2024 20:46:34 +0000 Subject: [PATCH 1/3] Update create-a-server.md Changed wording of the risks of port forwarding --- docs/en/server/create-a-server.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/en/server/create-a-server.md b/docs/en/server/create-a-server.md index 959a47c2..004b04e3 100644 --- a/docs/en/server/create-a-server.md +++ b/docs/en/server/create-a-server.md @@ -28,13 +28,18 @@ _If you are on a VPS (Virtual Private Server) or Rootserver, you can skip this s This step is necessary if you want someone outside of your household to join ("outside of your local network"). -#### DISCLAIMER: +#### +!!! danger ":material-scale-balance: DISCLAIMER:" -By Port forwarding you understand the risks of opening up ports on your home network to the public and therefore void the right to hold BeamMP accountable for any (serious) damages that may happen to you or your household. + **Port forwarding is a risk**. + + By Port forwarding you understand the risks of opening up ports on your home network to the public and therefore void the right to hold BeamMP accountable for **any and all** damages that may happen to you or your household. + + We take no responsibility for any content on any externally linked services or websites. Therefore it is recommended to host a Server with one of our partnered Services! -Paid Services: +#### Paid Services: * [Horizon Hosting](https://hrzn.link/beammp) * [Snakecraft Hosting](https://schost.us/beammp-plans) From 2848c55dab16ea42528fdec3670d768e11dffe11 Mon Sep 17 00:00:00 2001 From: Kieran Davis Date: Wed, 11 Dec 2024 20:50:35 +0000 Subject: [PATCH 2/3] Feat: Port Forwarding Guide This is going to be a basic guide on how to port forward. This is not complete in its current stage --- docs/en/server/port-forwarding.md | 58 +++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 59 insertions(+) create mode 100644 docs/en/server/port-forwarding.md diff --git a/docs/en/server/port-forwarding.md b/docs/en/server/port-forwarding.md new file mode 100644 index 00000000..58ea6221 --- /dev/null +++ b/docs/en/server/port-forwarding.md @@ -0,0 +1,58 @@ +# Port Forwarding + +!!! danger ":material-scale-balance: DISCLAIMER:" + + **Port forwarding is a risk**. + + By Port forwarding you understand the risks of opening up ports on your home network to the public and therefore void the right to hold BeamMP accountable for **any and all** damages that may happen to you or your household. + + We take no responsibility for any content on any externally linked services or websites. + + **If you do not understand how to do this. Please use one of our partners** + + + +## How To Set Up a Port Forward + +Setting up a port forward involves a few detailed network terms. Be prepared to write down a few notes as you go through the process. + +There are 4 major steps to setting up a port forward. + +### A quick guide. (A more detailed guide is below) + + + + + +
+ +- :material-dns:{ .lg .middle } __Assign a static IP address to your computer or devices__ + + --- + This is needed to prevent the IP of your device changing and breaking the port forwarding rule. + + + [:octicons-arrow-right-24: See info about your router](https://portforward.com/router.htm#1) + +- :material-router-wireless:{ .lg .middle } __Log in to your router__ + + --- + + This can normally be done by finding the Default Gateway IP, which can be found using `ipconfig` in a CLI to and entering this in on a web browser. + +- :material-lan-connect:{ .lg .middle } __Forward ports to your computer__ + + --- + + Find the port forwarding section in your router menu. Most routers list the port forwarding section under Network, Advanced, or LAN. + +- :material-test-tube:{ .lg .middle } __Test that your port is forwarded properly__ + + --- + + Use a tool such as ProbablyUp to test if the rule is working. + + [:octicons-arrow-right-24: Probably Up](https://probablyup.net/api) + +
+ diff --git a/mkdocs.yml b/mkdocs.yml index 707ea12d..ef784901 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -342,6 +342,7 @@ nav: - Server Maintenance: server/server-maintenance.md - Error Codes: server/error-codes.md - Server Manual: server/manual.md + - Port Forwarding: server/port-forwarding.md - Mod & Resource Creation: - Client Side: guides/mod-creation/client/getting-started.md - Server Side: guides/mod-creation/server/getting-started.md From 226048bc20c5622a86ab38e25bdac578ce12f34c Mon Sep 17 00:00:00 2001 From: ELKER54 Date: Wed, 11 Dec 2024 21:28:08 +0000 Subject: [PATCH 3/3] Revert "Feat: Port Forwarding Guide" This reverts commit 2848c55dab16ea42528fdec3670d768e11dffe11. --- docs/en/server/port-forwarding.md | 58 ------------------------------- mkdocs.yml | 1 - 2 files changed, 59 deletions(-) delete mode 100644 docs/en/server/port-forwarding.md diff --git a/docs/en/server/port-forwarding.md b/docs/en/server/port-forwarding.md deleted file mode 100644 index 58ea6221..00000000 --- a/docs/en/server/port-forwarding.md +++ /dev/null @@ -1,58 +0,0 @@ -# Port Forwarding - -!!! danger ":material-scale-balance: DISCLAIMER:" - - **Port forwarding is a risk**. - - By Port forwarding you understand the risks of opening up ports on your home network to the public and therefore void the right to hold BeamMP accountable for **any and all** damages that may happen to you or your household. - - We take no responsibility for any content on any externally linked services or websites. - - **If you do not understand how to do this. Please use one of our partners** - - - -## How To Set Up a Port Forward - -Setting up a port forward involves a few detailed network terms. Be prepared to write down a few notes as you go through the process. - -There are 4 major steps to setting up a port forward. - -### A quick guide. (A more detailed guide is below) - - - - - -
- -- :material-dns:{ .lg .middle } __Assign a static IP address to your computer or devices__ - - --- - This is needed to prevent the IP of your device changing and breaking the port forwarding rule. - - - [:octicons-arrow-right-24: See info about your router](https://portforward.com/router.htm#1) - -- :material-router-wireless:{ .lg .middle } __Log in to your router__ - - --- - - This can normally be done by finding the Default Gateway IP, which can be found using `ipconfig` in a CLI to and entering this in on a web browser. - -- :material-lan-connect:{ .lg .middle } __Forward ports to your computer__ - - --- - - Find the port forwarding section in your router menu. Most routers list the port forwarding section under Network, Advanced, or LAN. - -- :material-test-tube:{ .lg .middle } __Test that your port is forwarded properly__ - - --- - - Use a tool such as ProbablyUp to test if the rule is working. - - [:octicons-arrow-right-24: Probably Up](https://probablyup.net/api) - -
- diff --git a/mkdocs.yml b/mkdocs.yml index ef784901..707ea12d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -342,7 +342,6 @@ nav: - Server Maintenance: server/server-maintenance.md - Error Codes: server/error-codes.md - Server Manual: server/manual.md - - Port Forwarding: server/port-forwarding.md - Mod & Resource Creation: - Client Side: guides/mod-creation/client/getting-started.md - Server Side: guides/mod-creation/server/getting-started.md