Minecraft Bedrock Server and Minecraft on Same PC - Minecraft doesn't see server [duplicate]
I was hoping to get information from the same question in another location but it never got answered and posting another question to it wasn't allowed. So I'll just ask it again.
Windows 10 Minecraft Windows/Bedrock Edition - whatever it is called
- I installed, setup, and ran the server on my main PC on my home network.
- My son fired up Minecraft on his computer also on the home network.
- He was able to easily connect to the server.
- I then connected to it on my Android phone with no problems.
- Since that worked I bought another copy of Minecraft to play on my PC, the same PC running the server.
- Minecraft on my PC doesn't even see it...there are no options for LAN under the friends tab.
- I read in the "bedrock_server_how_to.html" and in the other question here that I might need to run a command in the CMD as admin, but neither location mentions any special instructions other than that.
- I ran that command, in CMD, as admin. CMD responded with "OK"
- I tried this with the server running and it didn't work.
- I then closed the server and tried it again, fired the server back up, fired Minecraft back up, still no luck.
How exactly should I get Minecraft on my machine to see the server? Everyone else on the network can see it. Internet works fine. My old TF2 server works fine and I can play it from this machine. Etc, etc, etc.
Best Answer
Before you try anything complicated, instead of joining the server with [yourip]:[port], join with localhost:[port] to tell it to join the server hosted on your computer.
If that doesn't work, You would probably have to run the Minecraft Server in a VM using something like VirtualBox to let you join & host the server, since it probably isn't normally supported.
Pictures about "Minecraft Bedrock Server and Minecraft on Same PC - Minecraft doesn't see server [duplicate]"
![Minecraft Bedrock Server and Minecraft on Same PC - Minecraft doesn't see server [duplicate] - Wooden Robot Minecraft Bedrock Server and Minecraft on Same PC - Minecraft doesn't see server [duplicate] - Wooden Robot](/assets/images/minecraft_bedrock_server_and_minecraft_on_same_pc__minecraft_doesn39t_see_server_duplicate_1.jpg)
![Minecraft Bedrock Server and Minecraft on Same PC - Minecraft doesn't see server [duplicate] - Woman in Black Long Sleeve Shirt Sitting on Chair Minecraft Bedrock Server and Minecraft on Same PC - Minecraft doesn't see server [duplicate] - Woman in Black Long Sleeve Shirt Sitting on Chair](/assets/images/minecraft_bedrock_server_and_minecraft_on_same_pc__minecraft_doesn39t_see_server_duplicate_2.jpeg)
![Minecraft Bedrock Server and Minecraft on Same PC - Minecraft doesn't see server [duplicate] - Creative group of colleagues during work process Minecraft Bedrock Server and Minecraft on Same PC - Minecraft doesn't see server [duplicate] - Creative group of colleagues during work process](/assets/images/minecraft_bedrock_server_and_minecraft_on_same_pc__minecraft_doesn39t_see_server_duplicate_3.jpeg)
Can Minecraft Java and bedrock join the same server?
While both versions support online multiplayer, they use different servers. This means that Java and Bedrock players can't play together \u2013 so make sure to ask your friends which version they have.Can you make a Minecraft server for both Java and Bedrock?
Geyser is a proxy, bridging the gap between Minecraft: Bedrock Edition and Minecraft: Java Edition servers. The ultimate goal of this project is to allow Minecraft: Bedrock Edition users to join Minecraft: Java Edition servers as seamlessly as possible to allow for true cross-platform.Can you run a Minecraft server and play on the same computer?
Minecraft Server Hosting is becoming a very popular thing among gamers all around the world. You can play this game on your own PC as a solo player or make it a multiplayer game very easily. You'll need to rent or host a server to play Minecraft as a multiplayer game.Can you play on servers on Minecraft Bedrock in PC?
The server must be running any Minecraft Pocket/Bedrock Edition server type. Have Minecraft: Pocket Edition installed on a supported platform e.g. Windows 10, Mobile Devices (NOTE: Xbox, PlayStation, and Windows 8.1 devices do not support joining servers via IP).The \
More answers regarding minecraft Bedrock Server and Minecraft on Same PC - Minecraft doesn't see server [duplicate]
Answer 2
UWP Loopback By default, Windows 10 prevents UWP applications from accessing a loopback connection with "localhost" (i.e. network resources running on the same machine). You will need to enable loopback for Minecraft for Windows 10 if both of the following conditions are satisfied:
You are hosting the server on a Windows 10 PC.
You want to connect to the server as a client using the same Windows 10 PC that is hosting the server.
Refer to Microsoft's documentation for additional information about UWP loopback.
Enable UWP Loopback Enabling UWP loopback requires a PC user account with administrator privileges.
Using an administrator account Press the WIN + R keys to open the Run dialog.
Type cmd.
Select "OK", or press the return or enter key to open the Command Prompt.
Type the following command:
CheckNetIsolation.exe LoopbackExempt –a –p=S-1-15-2-1958404141-86561845-1752920682-3514627264-368642714-62675701-733520436
Using a standard account Type "Command Prompt" in the Windows search bar.
Right-click on "Command Prompt" from the results.
Select "Run as administrator".
Enter administrator account credentials.
Type the following command:
CheckNetIsolation.exe LoopbackExempt –a –p=S-1-15-2-1958404141-86561845-1752920682-3514627264-368642714-62675701-733520436
Answer 3
This worked for me:
Launch Windows PowerShell as an administrator and type the following command:
CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"
Hit enter, see "OK" and you're done. Relaunch. Also, use 127.0.0.1 instead of "localhost" (unclear why I had to) and make sure the port is accurate for your server setting.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Pixabay, Kaboompics .com, Andrea Piacquadio, Helena Lopes
