An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/matjam/stationeersrcon.svg?branch=master)](https://travis-ci.org/matjam/stationeersrcon)
[![Documentation](https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667)](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.