{"id":18626256,"url":"https://github.com/bence98/minecartd","last_synced_at":"2026-05-06T00:38:09.904Z","repository":{"id":166914100,"uuid":"115789783","full_name":"bence98/MineCartD","owner":"bence98","description":"A Linux daemon for managing Minecraft servers","archived":false,"fork":false,"pushed_at":"2018-03-02T23:41:26.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T06:11:49.425Z","etag":null,"topics":["daemon","java","java-8","java8","linux","linux-daemon","minecraft","minecraft-server","network","networking","service","shell-script","shellscript","systemd","systemd-service"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bence98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-30T10:31:56.000Z","updated_at":"2018-01-06T22:29:47.000Z","dependencies_parsed_at":"2023-05-21T18:45:42.104Z","dependency_job_id":null,"html_url":"https://github.com/bence98/MineCartD","commit_stats":null,"previous_names":["bence98/minecartd"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bence98%2FMineCartD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bence98%2FMineCartD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bence98%2FMineCartD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bence98%2FMineCartD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bence98","download_url":"https://codeload.github.com/bence98/MineCartD/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239419072,"owners_count":19635322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["daemon","java","java-8","java8","linux","linux-daemon","minecraft","minecraft-server","network","networking","service","shell-script","shellscript","systemd","systemd-service"],"created_at":"2024-11-07T04:37:25.235Z","updated_at":"2025-10-11T08:39:03.675Z","avatar_url":"https://github.com/bence98.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MineCartD\nA Linux daemon for managing Minecraft servers  \nby CsokiCraft\n\n\n## Installation\nDownloads can be found on the [GitHub releases page](https://github.com/bence98/MineCartD/releases).  \nRun the `minecartd_install` script. It downloads and installs `minecartd`, sets up a new user account, generates default config file and servers directory, and installs and enables a `systemd` service for `minecartd`.  \nIn general, using the service is the preferred method. However, on systems without `systemd`, or when testing the software, you may opt to disable it (`systemctl stop minecartd \u0026\u0026 systemctl disable minecartd`) and use the command line instead (`/usr/bin/minecartd` or `java -jar minecartd.jar`).\n\n\n## Usage\nOn the server, run `minecartd`, either from command line or via `systemd` service.\nThen on the client, connect to it with an appropriate tool (ex. `telnet`) to access the Command Interface\n\n\n## Setting up the server\n\n### Config\nThe config file consists of `key=value` pairs. Lines starting with `#` won't be interpreted. If the config file doesn't exist, `minecartd` will attempt to create it.\n#### Settings:\n* `dir`: The directory holding the servers' directories. Default: `/var/lib/minecartd/servers`\n* `port`: The TCP port for the Command Interface. Default: `40960`\n\n### Command-line parameters\n* `--cfgfile|-f \u003cfile\u003e`: use this config file instead of `/etc/minecartd.conf`\n* `--gen-cfg|-C`: generate config and quit. Won't launch Command Interface. Can't be used with `-S`\n* `--stop|-S`: connect to a server on `localhost` and send `STOP` to it (stops all Minecraft servers and the `minecartd` host). Can't be used with `-C`\n* `--tmpfile|-t \u003cfile\u003e`: set the temp file's location. If this is not given, it will default to `/tmp/minecartd.tmp`\n* `--no-tmpfile|-T`: don't create a temp file. This is not recommended.\n\n\n## Using the Command Interface on the client\nWhen connection is established to the `minecartd` server, you'll see a welcome prompt telling the server's `minecartd` version. If there's no prompt, that means there's a connection failure. Check your connection as well as verify that the server is up and running.\n\n### Command Interface commands\n* `help`: Lists all commands\n* `list`: Lists all servers\n* `STOP`: Stops all servers and quits\n* `start \u003cserver\u003e`: Starts the Minecraft server\n* `kill \u003cserver\u003e`: Kills the Minecraft server. Use only when the server is beyond-recoverable frozen. You may lose your world! You have been warned.\n* `cmd \u003cserver\u003e stop`: The proper way of closing the Minecraft server\n* `cmd \u003cserver\u003e \u003ccommand\u003e`: Execute a Minecraft command as an Admin\n* `log \u003cserver\u003e [ln]`: Outputs the last `ln` lines (default: 10, max: 127) of the output of the Minecraft server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbence98%2Fminecartd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbence98%2Fminecartd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbence98%2Fminecartd/lists"}