Yes, let's make a Minecraft server (Ubuntu 20.04 + Bedrock Server)

Create a Minecraft server and share the world with everyone in the company.

I also left a year-end party at Corona, and I thought that there was something that everyone in the company could enjoy, so I set up a Minecraft server.

environment

Ubuntu preparation

There are many ways to install the OS on the web, so I will omit it.

Let's do it around.

Preparing Minecraft Server

It seems that some people have published Useful Script, so I'm grateful to use it.

Run the script as a user who can sudo.

$ wget https://raw.githubusercontent.com/TheRemote/MinecraftBedrockServer/master/SetupMinecraft.sh
$ chmod +x SetupMinecraft.sh
$ ./SetupMinecraft.sh
  :
Enter a short one word label for a new or existing server...
It will be used in the folder name and service name...
Server Label: [Appropriate name]
  :
Enter server IPV4 port (default 19132): 
Server IPV4 Port: 19132
  :
Enter server IPV6 port (default 19133): 
Server IPV6 Port: 19133
  :
Start Minecraft server at startup automatically (y/n)? y
  :
Automatically restart and backup server at 4am daily (y/n)? y

Router settings

Let's make holes and transfer settings so that the port entered with Server IPV4 Port / Server IPV6 Port can be accessed from the Internet.

Connect from Minecraft

After that, let's connect from Minecraft and play.

When connecting from Switch, it is recommended to refer to Around here.

Recommended Posts

Yes, let's make a Minecraft server (Ubuntu 20.04 + Bedrock Server)
Set up a MineCraft Paper server on Ubuntu 20.04.1 LTS ② Update
Build a Minecraft server on AWS
[Ubuntu] Set up a Nukkit server
Let's make a Christmas card with Processing!
Let's make a smart home with Ruby!
[Java] Let's make a DB access library!
Prepare a LEMP Ubuntu 18 server with Ansible Galaxy
[Java] Let's create a mod for Minecraft 1.14.4 [Introduction]
[Java] Let's create a mod for Minecraft 1.16.1 [Introduction]
Let's make a search function with Rails (ransack)
[Java] Let's create a mod for Minecraft 1.14.4 [99. Mod output]
[Java] Let's create a mod for Minecraft 1.14.4 [0. Basic file]
[Java] Let's create a mod for Minecraft 1.14.4 [4. Add tools]
[Java] Let's create a mod for Minecraft 1.14.4 [5. Add armor]
[Java] Let's create a mod for Minecraft 1.14.4 [Extra edition]
[Java] Let's create a mod for Minecraft 1.14.4 [7. Add progress]
[Java] Let's create a mod for Minecraft 1.14.4 [6. Add recipe]
Let's make a LINE Bot with Ruby + Sinatra --Part 2
[Java] Let's create a mod for Minecraft 1.16.1 [Add item]
[Java] Let's create a mod for Minecraft 1.16.1 [Basic file]
Let's make a robot! "A simple demo of Java AWT Robot"
Let's build a NEM node (supernode is possible) Ubuntu 18.04
Let's make a LINE Bot with Ruby + Sinatra --Part 1
[Java] Let's create a mod for Minecraft 1.14.4 [2. Add block]
[Introduction to Android application development] Let's make a counter
[Java] Let's create a mod for Minecraft 1.16.1 [Add block]