mirror of
https://github.com/BeamMP/Docs.git
synced 2026-04-23 16:57:19 +00:00
checkbeammp
This commit is contained in:
@@ -36,7 +36,15 @@ If other players, trying to connect to your server, receive an error code 10060,
|
||||
- Make sure you're not using a VPN (this can cause issues).
|
||||
- Make sure the server is actually running, without any errors or warnings.
|
||||
|
||||
You can check if you have successfully portforwarded using the site '[probablyup.net](https://probablyup.net/api)' whilst the server is running.
|
||||
You can check if you have successfully portforwarded using CheckBeamMP whilst the server is running.
|
||||
|
||||
<form action="https://check.beammp.com/api/v2/beammp/" method="get" target="_blank">
|
||||
<label for="ip">IP adress:</label>
|
||||
<input type="text" id="ip" name="ip"><br>
|
||||
<label for="port">Port:</label>
|
||||
<input type="text" id="port" name="port"><br>
|
||||
<input type="submit" value="CheckBeamMP">
|
||||
</form>
|
||||
|
||||
Notes:
|
||||
|
||||
|
||||
@@ -9,7 +9,15 @@ For Servers hosted at home, open [whatsmyip.org](https://whatsmyip.org) in a Bro
|
||||
This will output the public IPv4 address you are being contacted with from the Internet.
|
||||
|
||||
Note, that 127.0.0.1 is the localhost address and can only be used by yourself, if the Server is hosted on the same Computer.
|
||||
If you are still having connection troubles with your home hosted server, check [probablyup.net](https://probablyup.net/api) and the [port forwarding guide](https://docs.beammp.com/server/port-forwarding/)
|
||||
If you are still having connection troubles with your home hosted server, check the [port forwardings](https://docs.beammp.com/server/port-forwarding/) as well as CheckBeamMP
|
||||
|
||||
<form action="https://check.beammp.com/api/v2/beammp/" method="get" target="_blank">
|
||||
<label for="ip">IP adress:</label>
|
||||
<input type="text" id="ip" name="ip"><br>
|
||||
<label for="port">Port:</label>
|
||||
<input type="text" id="port" name="port"><br>
|
||||
<input type="submit" value="CheckBeamMP">
|
||||
</form>
|
||||
|
||||
## How to check for CGNAT?
|
||||
Have a look at [this page](https://docs.beammp.com/FAQ/How-to-check-for-CGNAT/) to determine wether you can host a server at home or not.
|
||||
|
||||
@@ -53,9 +53,15 @@ There are 4 major steps in this guide.
|
||||
|
||||
---
|
||||
|
||||
Use a tool such as ProbablyUp to test if the rule is working.
|
||||
Use a tool such as CheckBeamMP to test if the rule is working.
|
||||
|
||||
[:octicons-arrow-right-24: Probably Up](https://probablyup.net/api)
|
||||
<form action="https://check.beammp.com/api/v2/beammp/" method="get" target="_blank">
|
||||
<label for="ip">IP adress:</label>
|
||||
<input type="text" id="ip" name="ip"><br>
|
||||
<label for="port">Port:</label>
|
||||
<input type="text" id="port" name="port"><br>
|
||||
<input type="submit" value="CheckBeamMP">
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -224,7 +230,15 @@ Most routers have a 'save' button, and some routers require a restart or reboot
|
||||
|
||||
There are a few different ways to test the connection.
|
||||
|
||||
Our recommend way is to use a tool called **CheckBeamMP** as this tests for BeamMP specific issues and protocols.
|
||||
Our recommend way is to use our tool **CheckBeamMP** as this tests for BeamMP specific issues and protocols.
|
||||
|
||||
<form action="https://check.beammp.com/api/v2/beammp/" method="get" target="_blank">
|
||||
<label for="ip">IP adress:</label>
|
||||
<input type="text" id="ip" name="ip"><br>
|
||||
<label for="port">Port:</label>
|
||||
<input type="text" id="port" name="port"><br>
|
||||
<input type="submit" value="CheckBeamMP">
|
||||
</form>
|
||||
|
||||
This can be done by getting your public IPv4 Address, this once again can be done in a few different ways. The main way is to use a website called [whatsmyip.org](https://whatsmyip.org/). This is a simple website which displays your public IP Address. You should be looking for an IP address with the formatting: xxx.xxx.xxx.xxx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user