Use Tencent Cloud to build a lightweight MC server with a WEB console

Using Tencent to build a lightweight MC server with a WEB console
As we all know, MC is fun and everyone likes it, but the daemon is a bit troublesome. Screen often has some problems, so it's better to set up a panel to solve the daemon problem by the way
(No hands if you can)
Light weight should be available to everyone
Start directly
Choose this for installation. It can be installed without hands

 Use Tencent Cloud to build a lightweight MC server with a WEB console

BDS

Bds is an official bedrock version server of mc, which can run directly, and is divided into win/linux
link https://www.minecraft.net/en-us/download/server/bedrock
 Use Tencent Cloud to build a lightweight MC server with a WEB console

panel

I choose a github boss's panel, which uses nodejs
https://github.com/LomotHo/bedrock-console
Simple and easy to use
next step

Connect lightweight servers

First mkdir creates a folder, then cd it in
again

 git clone  https://github.com/LomotHo/bedrock-console.git  &&cd bedrock-console

Example:

 mkdir mc   cd mc git clone  https://github.com/LomotHo/bedrock-console.git  &&cd bedrock-console

Then download mc


 Use Tencent Cloud to build a lightweight MC server with a WEB console

 

Wegt This file

 mkdir bedrock &&cd bedrock wget  https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.201.02.zip unzip bedrock-server-1.xx.xx.xx.zip cd ..

Install nodejs

 yum -y install nodejs

Run nodejs

 cd vue npm i npm run build cd .. npm i node app.js

firewall

 Use Tencent Cloud to build a lightweight MC server with a WEB console

Then access ip: 3000 to control
Open the pagoda - software store - install the Supervisor Manager Use Tencent Cloud to build a lightweight MC server with a WEB console

Then you can play freely
Docker mode deployment
The best way for lazy people
https://github.com/LomotHo/bedrock-console Docker version available on
After completion, there can be both daemons and panels
The Docker accelerator of Tencent is also attached https://mirror.ccs.tencentyun.com
The server configured in Tencent can test the super fast intranet

Original article by Mo Tao, if reproduced, please indicate the source: https://imotao.com/4791.html

fabulous (0)
 Head of Mo Tao Mo Tao
Previous January 26, 2021
Next January 27, 2021

Related recommendations

Post reply

Your email address will not be disclosed. Required items have been used * tagging

This site uses Akismet to reduce spam comments. Learn how we handle your comment data