All Projects → MCSManager → Daemon

MCSManager / Daemon

Licence: AGPL-3.0 License
适用于 MCSManager 的守护进程,用于与面板端进行分离直接控制和管理程序

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Daemon

Opensourcebikeshare
The world's first low-cost and open source bike sharing system. (new version in development, use working "breakthrough" release instead!)
Stars: ✭ 141 (+95.83%)
Mutual labels:  opensource, webapp
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-52.78%)
Mutual labels:  opensource, webapp
Startup Landing
Collection of free top of the line startup landing templates built using react/nextjs/gatsby. Free to download, simply edit and deploy! Updated weekly!
Stars: ✭ 176 (+144.44%)
Mutual labels:  opensource, webapp
Seven23
Fully manual budget app to track personal expenses. 100% opensource, with privacy by design.
Stars: ✭ 36 (-50%)
Mutual labels:  opensource, webapp
Panel
Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Stars: ✭ 2,988 (+4050%)
Mutual labels:  opensource, game-server
kerkoapp
A web application that provides a faceted search interface for bibliographies managed with Zotero.
Stars: ✭ 30 (-58.33%)
Mutual labels:  webapp
gameServer
A gameServer for car racing game which based on leaf game server
Stars: ✭ 23 (-68.06%)
Mutual labels:  game-server
fc-solve
Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
Stars: ✭ 49 (-31.94%)
Mutual labels:  opensource
play-scala-chatroom-example
Play chatroom with Scala API
Stars: ✭ 43 (-40.28%)
Mutual labels:  webapp
oh-my-foss-android
个人收集的实用、良心开源安卓软件
Stars: ✭ 37 (-48.61%)
Mutual labels:  opensource
ParkCatcher
Find a free parking in the nearest residential street when driving in Montréal. A Montréal Open Data project.
Stars: ✭ 32 (-55.56%)
Mutual labels:  webapp
Codechef Cards
[Obsolete] WebApp to follow friends doing CP on Codechef platform and to track their ratings and stars.
Stars: ✭ 17 (-76.39%)
Mutual labels:  webapp
kafka-connect-iot-mqtt-connector-example
Internet of Things Integration Example => Apache Kafka + Kafka Connect + MQTT Connector + Sensor Data
Stars: ✭ 170 (+136.11%)
Mutual labels:  opensource
webviewhs
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Stars: ✭ 109 (+51.39%)
Mutual labels:  webapp
angular-projects
A collection of projects built on the Angular framework
Stars: ✭ 17 (-76.39%)
Mutual labels:  webapp
fao
Party game based on Oink Games' tabletop game, "A Fake Artist Goes to New York." Draw with your phone or a mouse.
Stars: ✭ 70 (-2.78%)
Mutual labels:  webapp
oxycare
A platform and a mobile app to distribute oxygen concetrators in Tunisia. 👐
Stars: ✭ 27 (-62.5%)
Mutual labels:  webapp
Hacktober Fest 2021
A repository to contribute and learn OpenSource
Stars: ✭ 20 (-72.22%)
Mutual labels:  opensource
open-source
A safe, welcoming space for developers to learn good practice for collaboration and try their hand at making contributions to OSS. Maintained by the Virtual Coffee Slack group.
Stars: ✭ 20 (-72.22%)
Mutual labels:  opensource
open-development-template
Workflow and documentation templates that help teams formalize their goals, workflow and governance model to encourage participation and field contributions.
Stars: ✭ 18 (-75%)
Mutual labels:  opensource

MCSManager 图标.png


Status Status Status

官方网站 | 使用文档 | 团队主页 | 面板端项目 | 网页前端项目 | 守护进程项目

适用于 MCSManager 的分布式守护进程程序,与面板端分离直接管理和控制真实程序。

项目主仓库请前往:https://github.com/MCSManager/MCSManager


MCSManager 简介

分布式,稳定可靠,开箱即用,高扩展性,支持 Minecraft 和其他少数游戏的控制面板。

MCSManager 面板(简称:MCSM 面板)是一款全中文,轻量级,开箱即用,多实例和支持 Docker 的 Minecraft 服务端管理面板。

此软件在 Minecraft 和其他游戏社区内中已有一定的流行程度,它可以帮助你集中管理多个物理服务器,动态在任何主机上创建游戏服务端,并且提供安全可靠的多用户权限系统,可以很轻松的帮助你管理多个服务器。


项目状态

项目处于发行状态,如果想促进开发或关注进度您可以点击右上角的 star watch 给予我们基本的支持。

若您想成为本项目的赞助者,请访问官方网站浏览至最底下。


手动安装

先决条件:需要安装Web 端程序才能正常使用本软件。

安装 Node 14+npm 工具,并克隆部署用 Daemon 代码,然后使用以下命令初始化并启动 Daemon 端。

名词 Daemon 中文代表“守护进程”之意,在此处代表本地或远程主机的守护进程,用于真实运行服务端程序的进程,Web 端面板用于管理与调控,不与服务端程序实际文件进行任何接触。

# cd MCSManager-Daemon-Production
npm install
node app.js

程序会输出以下内容

 访问地址 localhost:24444
 访问密钥 [你的密钥,是一串16进制数字]
 密钥作为守护进程唯一认证手段

使用密钥在 web 端添加实例即可。 如需停止直接输入:

exit

如需长期后台运行请使用 Screen 软件配合使用,或者手动写入到系统服务。


贡献

如果你在使用过程中发现任何问题,可以提交 Issue 或自行 Fork 修改后提交 Pull Request。

代码需要保持现有格式,不得格式化多余代码,具体可参考这里


版权约束

此开源项目使用 AGPL 协议 作为开源协议,未经过官方闭源开发授权,您如果对代码有任何修改,则必须要公开您修改后的源代码,具体约束如下。

准许

  • 对软件源代码进行修改,复制,分发。
  • 利用软件进行商业使用,赚取利润。

必须

  • 公开提供您修改后的完整源代码。
  • 在代码文件、界面中保留版权声明。

禁止

  • 禁止售卖此软件,申请专利,著作权等。

更多授权与版权约束详情,请前往官方网站界面了解更多。


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].