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
Copy the public key in between the parenthesis *(in this case, `ed8d689b12d2a1998e7f284c16031bcb89cec5065c84e206975eebee438caf95`)*.
44
+
Send this code to your friend.
45
+
This is the code that your friend will need to paste in the following steps for [joining a server](#join-a-server).
46
+
47
+
### Join a server
48
+
49
+
Run the following command *(replace `ed8d689b12d2a1998e7f284c16031bcb89cec5065c84e206975eebee438caf95` with [the public key of your server](#host-a-server))*.
50
+
51
+
```sh
52
+
portal port join -p 25565 ed8d689b12d2a1998e7f284c16031bcb89cec5065c84e206975eebee438caf95
53
+
```
54
+
55
+
This will output a JSON string containing the connection details.
0 commit comments