Trying to setup a Minecraft server using zrok

Hello, I am currently trying to setup a minecraft server using zrok and followed this video’s steps meticulously:https://www.youtube.com/watch?v=Sq43hp6n9rE, it was working as fine before but now when I try to do this command:powershell.exe -ExecutionPolicy Bypass -File start-server.ps1; it now results into this:

P.S. I am using Windows 11 as of writing this, it was ok when I was still on Windows 10.

Hi @Desd0, welcome to the community and to OpenZiti/zrok!

I assume you're running the powershell I put out on my personal repo here: minecraft-zrok-bootstrapper/start-server.ps1 at main · dovholuknf/minecraft-zrok-bootstrapper · GitHub

Part of those steps from that associated README say:

  • edit the script and update the PATH_TO_ZROK with the location of your zrok.exe

Can you open your start-server.ps1 script, find that line (it should be the top of the file) and right after that, add one more line that says:

&($PATH_TO_ZROK) version

and run it again? OR jsut show me the output of the zrok version command?

For example mine shows this:

.\start-server.ps1
               _
 _____ __ ___ | | __
|_  / '__/ _ \| |/ /
 / /| | | (_) |   <
/___|_|  \___/|_|\_\

v0.4.23 [8d88e32d]

I'm thinking maybe you have a newer binary? What version of zrok do you have?

Hello, I am using the 1.1.11 version of zrok, I tried the old version I used before, which was zrok version 0.4.26, worked fine in that version; also, does Windows 11 or the settings on my firewall has something to do with my issue?

Ok. Is that one screenshot all of the output Can you please run it and capture the output so that I can see any/all of the output?

what if you try to run the zrok command directly. Can you try that and let's see the output? Based on your screen shot it should be:

t:\wherever\you\have\zrok.exe share reserved mugg9w4h6rminecraft

Can you run that from powershell? Make sure you use the full path to zrok (i used a fake one above)