0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

rustで26つのrconを一斉に制御できるcoreを作った話

Posted at

Rust製 Minecraft RCON 中継サーバー「rcsh_control_core」

Rustで作ったMinecraftサーバー向けのRCON中継サーバー rcsh_control_core を紹介します。
TCPポート1つで複数サーバーのRCONコマンドをまとめて送信できます。


特徴

  • TCPポートでCore接続を受け付け(デフォルト: 3577)
  • 複数サーバーへのRCONコマンドを一括管理
  • サーバーごとに異なるRCONパスワード設定可能
  • 非同期処理(Tokio)対応
  • 設定はYAMLで簡単に管理

必要条件

  • Rust 1.72以上
  • Linux / Windows / macOS
  • Minecraft Java Edition サーバー(RCON有効)

download/install

  • 1.rcsh.ymlもdownloadしてください
  • 2.このcoreを実行するディレクトリにrcsh.ymlを入れてください
  • 3.コマンドラインのほうがいいかもです
  • 4.linux推奨です(ubuntu)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?