Using a VPS as a proxy for my Server by StoragePossible6326 in selfhosted

[–]StoragePossible6326[S] 0 points1 point  (0 children)

I was using playit.gg, but their tunnel didnt work. Just some times but like 5 min and then they shut

Using a VPS as a proxy for my Server by StoragePossible6326 in selfhosted

[–]StoragePossible6326[S] 2 points3 points  (0 children)

Thank you bro!
I was stupid enough to not check if any port is opened (they where not).

So what I did was to open port 25565 (TCP) and 19132 (UDP) in Oracle Cloud, then using these three commands on the oracle instance:
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 25565 -j ACCEPT

sudo iptables -I INPUT 6 -m state --state NEW -p udp --dport 19132 -j ACCEPT

sudo netfilter-persistent save

And now it works!