当前位置:网站首页>Build your own minecraft server with fast parsing
Build your own minecraft server with fast parsing
2022-07-04 23:29:00 【Fast parsing】
quite a lot minecraft Server owners want to build an external network by themselves minecraft The server , stay No extranet IP Under the circumstances , commonly Is to use Logmein Hamachi programme . This program It has its disadvantages , Client installation required Hamachi, inconvenient . in addition , Free version only supports 5 people . Interest in opening services has been greatly reduced .
Today we introduce a method of using Fast parsing Intranet penetration service setup Their own minecraft Server method .
One 、 install Fast parsing client
1. Get into Quickly analyze the officer network , Download when Fast parsing installation package .
2. Double click Install Package , Follow the instructions to install .
Two 、 To configure minecraft The server
1. Check the configuration and bandwidth
The basic requirement is Memory You can't Less than 1G
2. install Java Environmental Science
visit http://www.java.com/zh_CN/ Download and install the latest version Java.
3. Here we use the commonly used Bukkit Server, for example , Configure server
(1) download bukkit Server master file , website :http://dl.bukkit.org/, Choose the version you want ;
(2) Will download to CraftBukkit.jar Put it in a special folder , If the file name downloaded is not CraftBukkit.jar, Please rename it manually .
(3) Create a new text document , Rename it to start.bat;
(4) Edit content ;
① @ECHO OFF
② java -Xms1g -Xmx1g -jar CraftBukkit.jar
③ pause
④ among xms Is the minimum memory ,xmx Is the maximum memory , You can modify it according to your needs , preservation .
⑤ open start.bat, Waiting to appear Done (****s)! For help, type "help" or "?" after , Input stop Stop server ;
(5) A pile of files appear in the root directory , Use the editor to type open server.properties file ;
server-port=25565 ' Server port
online-mode=false ' Genuine verification , Pirated users cannot log in
max-players=20 ' Support online number , Depending on CPU
motd=A Minecraft Server ' Server name
(6) Save and reopen start.bat So you Successfully configure a server !
3、 ... and 、 To configure Fast parsing
1. hit Fast parsing client , Choose any login method to login
2. Click on Fast parsing On the main interface Add port mapping
3. Fill in the information as required
The information related to mapping and filling in are :
Application port : Subject to the actual situation , It is not allowed to fill in randomly . Let's popularize a few commonly used ports by the way :WEB The server ( Web server ):80 port ;FTP The server ( File server ):21 port ; Terminal Server :3389 port ; Mail server :25 port (SMTP) and 110 port (POP);VPN The server :1723 port .
Public port type : Choose according to your own application needs .
Intranet address : Intranet access to fixed address , It can be a fixed intranet IP Or computer name , It is recommended to fill in 127.0.0.1 Format .
4. Add success , Produce a Extranet access address .
After the intranet fast resolution port mapping domain name takes effect , Please use Domain name and Internet port ( Fast parsing The Internet access address of ) Sign in .
complete ! Successful opening !
边栏推荐
猜你喜欢
Phpcms paid reading function Alipay payment
ETCD数据库源码分析——处理Entry记录简要流程
Redis:Redis消息的发布与订阅(了解)
蓝天NH55系列笔记本内存读写速度奇慢解决过程记录
uniapp 除了数字,其他输入无效
Qualcomm WLAN framework learning (30) -- components supporting dual sta
快解析——好用的内网安全软件
CTF競賽題解之stm32逆向入門
The caching feature of docker image and dockerfile
S32 design studio for arm 2.2 quick start
随机推荐
Observable time series data downsampling practice in Prometheus
HMS core unified scanning service
Blue sky nh55 series notebook memory reading and writing speed is extremely slow, solution process record
C language to quickly solve the reverse linked list
JS card style countdown days
MariaDB的Galera集群应用场景--数据库多主多活
debug和release的区别
Solution record of jamming when using CAD to move bricks in high configuration notebook
刷题指南-public
ECCV 2022 | Tencent Youtu proposed disco: the effect of saving small models in self supervised learning
实战模拟│JWT 登录认证
Actual combat simulation │ JWT login authentication
cout/cerr/clog的区别
Servlet+JDBC+MySQL简单web练习
How to reduce the stock account Commission and stock speculation commission? Is it safe to open an online account
The initial arrangement of particles in SPH (solved by two pictures)
Servlet+jdbc+mysql simple web exercise
QT personal learning summary
Redis introduction complete tutorial: List explanation
Header file duplicate definition problem solving "c1014 error“