checkbeammp

This commit is contained in:
O1LER
2025-06-02 21:41:02 +02:00
parent 4712a115d0
commit 225165695d
9 changed files with 98 additions and 14 deletions
+9 -1
View File
@@ -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 -1
View File
@@ -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.