You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ In the end, it is just my personal opinion and can be ignored safely. Just ask y
25
25
1. After running the first cell,`Your free tunnel has started! Visit it <tunnel_address>` would be logged in the notebook console.
26
26
2. Download [Cloudflared client](https://github.com/cloudflare/cloudflared/releases/) on all the client machines.
27
27
3. Now on your local machine, launch the binary with `./cloudflared-linux-amd64 access tcp --hostname <tunnel_address> --url 127.0.0.1:25565`
28
-
4. Finally, connect to `127.0.0.1:2556` from your minecraft client.
28
+
4. Finally, connect to `127.0.0.1:25565` from your minecraft client.
29
29
30
30
## :zap: So, how does it actually work?
31
31
As Google Colab is a VM running Ubuntu server as base OS, it can be easily used as a Minecraft server. Here are the steps which the notebook performs to setup the server:
0 commit comments