Agent (spectated)
What is it?
The Spectate Agent is a really small application that runs on your server as service and sends data to the Spectate API. It’s written in Go and is designed to be as simple as possible.
Installation is as simple as running a single command and you’re done. The agent will automatically start sending data to the Spectate API.
Supported Platforms
The Spectate Agent is currently tested and therefore supported on the following platforms:
- Ubuntu (x86_64, arm64)
- Debian (x86_64, arm64)
- CentOS / Red Hat (x86_64, arm64)
- Rocky Linux (x86_64, arm64)
- AlmaLinux (x86_64, arm64)
- Fedora (x86_64, arm64)
- MacOS (x86_64, arm64)
According to some clients, it also works on:
- OpenSUSE MicroOS (x86_64)
Please note that we do not officially support these platforms yet, but we are working on it.
There are plans to support Windows in the future. If you need Windows support, please let us know by contacting us via email or live chat.
Installation
Please follow the installation instructions when creating a new server in the Spectate dashboard.
Upgrading
If an upgrade is available, there will be a notice in the dashboard with instructions on how to upgrade. Just a single command!
Configuration
Depending on your platform, the configuration file is located in one of the following directories:
/etc/spectate/config.yaml
$HOME/.spectated/config.yaml
The configuration file is in YAML format and looks like this:
Source Code
The Spectate Agent is open source and available on GitHub.