I cannot enable port forwarding, because of my Internet provider.
Once I used sth called ngrok, to host my webpage without port forwarding.
https://ngrok.com/
Is it possible to run ManiaPlanet server on localhost and force other players
to send TCP requests to ngrok server and port, which will be redirected
to my localhost server? Has anybody done it ever?
I want to have situation like this:

I'm not sure how to write settings for that configuration.
If I have the configuration like below, I get info:
> Error, this is not ManiaPlanet server.
Exactly... Because I haven't run MP server on localhost on that port.
How to do that?
Code: Select all
<force_ip_address>3.125.223.134</force_ip_address>
<server_port>13780</server_port>
<server_p2p_port></server_p2p_port>
<client_port></client_port>
<bind_ip_address></bind_ip_address>
<use_nat_upnp></use_nat_upnp>
ketrab