All Projects → Tiiffi → Mcrcon

Tiiffi / Mcrcon

Licence: zlib
Rcon client for Minecraft

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Mcrcon

Lilith
Lilith, The Open Source C++ Remote Administration Tool (RAT)
Stars: ✭ 493 (+40.86%)
Mutual labels:  remote-control, administration
Gameservers Docker
A bunch of game servers I use, dockerised
Stars: ✭ 322 (-8%)
Mutual labels:  minecraft, game-server
Quasar
Remote Administration Tool for Windows
Stars: ✭ 4,897 (+1299.14%)
Mutual labels:  remote-control, administration
Skyrat
SkyRAT - Powershell Remote Administration Tool
Stars: ✭ 21 (-94%)
Mutual labels:  remote-control, administration
Vanillarat
VanillaRat is an advanced remote administration tool completely coded in C# for Windows.
Stars: ✭ 192 (-45.14%)
Mutual labels:  remote-control, administration
Quiescis
Quescis is a powerful Remote Access Trojan for windows 💻 on C++
Stars: ✭ 56 (-84%)
Mutual labels:  remote-control, administration
Pufferpanel
PufferPanel is an open source game server management panel, designed for both small networks and game server providers.
Stars: ✭ 609 (+74%)
Mutual labels:  minecraft, game-server
pace
Remote Access Tool for Windows.
Stars: ✭ 68 (-80.57%)
Mutual labels:  remote-control, administration
Zinx
基于Golang轻量级TCP并发服务器框架
Stars: ✭ 4,189 (+1096.86%)
Mutual labels:  game-server
Helioslauncher
☀ Custom launcher for modded minecraft written in Electron and Node.js
Stars: ✭ 333 (-4.86%)
Mutual labels:  minecraft
Liquidbounce
A free mixin-based injection hacked client for Minecraft using Minecraft Forge
Stars: ✭ 321 (-8.29%)
Mutual labels:  minecraft
Doudizhu
html5 斗地主游戏
Stars: ✭ 323 (-7.71%)
Mutual labels:  game-server
Hello Vue Django
vuejs and Django integration with hot code reload. Dont use this, use https://github.com/NdagiStanley/vue-django or https://github.com/gtalarico/django-vue-template
Stars: ✭ 335 (-4.29%)
Mutual labels:  minecraft
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (-9.71%)
Mutual labels:  administration
Gameq
A PHP Gameserver Status Query Library
Stars: ✭ 342 (-2.29%)
Mutual labels:  game-server
Moon
A cross-platform,lightweight,scalable game server framework written in C++, and support Lua Script
Stars: ✭ 313 (-10.57%)
Mutual labels:  game-server
Mscs
Powerful command-line control for UNIX and Linux powered Minecraft servers
Stars: ✭ 347 (-0.86%)
Mutual labels:  minecraft
Nameless
NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range of features.
Stars: ✭ 337 (-3.71%)
Mutual labels:  minecraft
Colyseus
⚔ Multiplayer Framework for Node.js
Stars: ✭ 3,817 (+990.57%)
Mutual labels:  game-server
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (-5.14%)
Mutual labels:  minecraft

mcrcon

mcrcon is console based Minecraft rcon client for remote administration and server maintenance scripts.


Installing:

via packet manager:

See https://pkgs.org/download/mcrcon for available packages in various Linux distros (note that available packages might be outdated).

building from sources:
git clone https://github.com/Tiiffi/mcrcon.git
cd mcrcon
make
sudo make install

Check INSTALL.md for more details.

Precompiled binaries (if provided)*: https://github.com/Tiiffi/mcrcon/releases/latest

*At the moment binaries are provided for Linux and Windows.


Usage:

mcrcon [OPTIONS] [COMMANDS]

Sends rcon commands to Minecraft server.

Option:
  -H            Server address (default: localhost)
  -P            Port (default: 25575)
  -p            Rcon password
  -t            Terminal mode
  -s            Silent mode
  -c            Disable colors
  -r            Output raw packets
  -w            Wait for specified duration (seconds) between each command (1 - 600s)
  -h            Print usage
  -v            Version information

Server address, port and password can be set using following environment variables:

MCRCON_HOST
MCRCON_PORT
MCRCON_PASS
Notes:
  • mcrcon will start in terminal mode if no commands are given
  • Command-line options will override environment variables
  • Rcon commands with spaces must be enclosed in quotes

Example:

Send three commands ("say", "save-all", "stop") and wait five seconds between the commands.

mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-all stop


Enable rcon on server

Remember to enable rcon by adding following lines to server.properties file.

enable-rcon=true
rcon.port=25575
rcon.password=your_rcon_pasword

Contact:

License

This project is licensed under the zlib License - see the LICENSE file for details.


Master: Master build Develop: Develop build

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].