• 周年纪念勋章活动已圆满结束,如有已购买但仍未申请的用户,可以通过对应勋章的下载链接申请~
用web给你服务器创建一个炫酷的状态界面吧!

BDSX 用web给你服务器创建一个炫酷的状态界面吧! v0.1

浏览附件80394


If you have only one server, you just need to delete the MC_SERVER_2 environment variable. If you need to add more, follow the example to do so.



docker run -d \

-e MC_SERVER_1=java:example.com:25565 \

-e MC_SERVER_2=bedrock:another.com:19132 \

-p 5000:5000 \

--name minecraft-status-app \

liyinyingo/minecraft-status-app:v1.0
After deployment, you can access it directly at port 5000.

Additionally, a status API is provided at https://yourdomain.com/status, which you can use for further development.

If anyone encounters any issues during deployment, please leave a comment.
后退
顶部 底部