Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 690 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 690 Bytes

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.