https://github.com/matjam/stationeersrcon
A cli to the stationeers rcon for Stationeers dedicated servers
https://github.com/matjam/stationeersrcon
Last synced: about 1 year ago
JSON representation
A cli to the stationeers rcon for Stationeers dedicated servers
- Host: GitHub
- URL: https://github.com/matjam/stationeersrcon
- Owner: matjam
- License: mit
- Created: 2018-02-16T23:20:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T21:42:49.000Z (over 3 years ago)
- Last Synced: 2025-04-06T21:24:14.094Z (about 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/matjam/stationeersrcon)
[](https://godoc.org/github.com/matjam/stationeersrcon)
# stationeersrcon
A cli to the stationeers rcon for Stationeers dedicated servers.
```
usage: srcon [] [ ...]
a CLI interface to Stationeers dedicated server RCON.
Flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
-c, --config=CONFIG Path to a json configuration file for the tool.
--ip=IP Server IP to connect to.
--port=PORT Port to connect to
--password=PASSWORD Password to use for the RCON command.
Commands:
help [...]
Show help.
status
Fetch the status of the Stationeers server.
save
Saves the game to a specified file.
shutdown []
Shutdowns the server
notice
Sends a notice to all players
ban
Bans a player for a specific time.
unban
Remove a player from the ban list.
kick
Kick player from the server.
clearall
Delete disconnected players from the server.
hungerRate
Set the hungerRate on the server to the given number.
```
## Building and Installing
```
go get ./...
go install ./...
```
This will build and install the binary into your $GOBIN directory. This could be copied anywhere in your path.
# Prebuilt Binary Releases
You can find the latest release here:
https://github.com/matjam/stationeersrcon/releases/tag/v1.2.0
Download the binary for your platform and just drop it in your path somewhere.