Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Hitesh edited this page Feb 11, 2023 · 2 revisions

1. Can’t connect to server hosting locally

This issue occurs due to loopback restrictions on Windows 10 UWP apps. To lift this restriction, launch Windows PowerShell as an administrator and run the following:

CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"

1. Failed to bind server on [IP]/19132, is the port free?

  • Check the port free
  • This may due to your os, prismarine's protocol doesn't support to run in Ubuntu
Clone this wiki locally