C
C#2y ago
Boggo

❔ Client-Server Model

So im hosting a server locally on 127.0.0.1 so currently i can only connect to it from my own computer. If i want to be able to access it from anywhere assuming its running, how can i do this?
3 Replies
phaseshift
phaseshift2y ago
Open/forward a port, determine your external IP, then test on that ip
Angius
Angius2y ago
Or use Ngrok
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.