From 4e37c91c4dbd7ba228a47965ee8ace99c1f83372 Mon Sep 17 00:00:00 2001 From: Vasilis Date: Sat, 10 Aug 2024 00:06:42 +0200 Subject: [PATCH] Hosting lvl 1: How 2 get ip --- src/en/general-development/setup/server-hosting-tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/en/general-development/setup/server-hosting-tutorial.md b/src/en/general-development/setup/server-hosting-tutorial.md index 6431c1c2a..b52ec86df 100644 --- a/src/en/general-development/setup/server-hosting-tutorial.md +++ b/src/en/general-development/setup/server-hosting-tutorial.md @@ -28,6 +28,8 @@ The server needs network ports to be forwarded so that people can connect. By de For more information about how to forward your ports, see: [Port Forwarding](../../server-hosting/port-forwarding.md) +After you have port forwarded, google "What is my ip" and you will get your public IP address. Give this to your friends and tell them to direct connect to it. If port forwarding was done correctly they should be connecting. + ### Configure Your Server You can configure settings in the server by editing the config file, `server_config.toml`. The config file is TOML which is basically INI ~~except better specified, somewhat more powerful, easier to misuse, and more annoyingly opinionated (comments NEED their own line)~~.