Skip to content
/ phust Public

Send RCON commands to your Rust server via the command-line ⛏

License

Notifications You must be signed in to change notification settings

fieu/phust

Repository files navigation

phust ⛏

Send RCON commands to your Rust server via the command-line

Requirements

  • PHP >= 8.1

Installation

Download the latest binary from the releases page.

Usage

$ chmod +x phust
$ ./phust rcon:send --help
$ ./phust rcon:send --ip "server.ip" --port "28016" --pass "password" --command "status"

or

$ php phust rcon:send --help
$ php phust rcon:send --ip "server.ip" --port "28016" --pass "password" --command "status"

License

Phust is an open-source software licensed under the MIT license.