Introduction

Server Resets

Server resets are a normal part of the SpaceTraders game during the alpha release. Each reset provides players an opportunity to start fresh and improve their code and strategies.

The game currently resets every 14 calendar days, typically on Sunday mornings, Pacific time. The exact time of the reset is announced in the status endpoint, under the serverResets field.

curl 'https://api.spacetraders.io/v2/'

When the game resets, all players' agents are wiped and all game data is reset. This includes all systems, ships and cargo. Players will need to re-register their agents and start over from scratch.

In a future version of the game, there may be different servers with varied reset intervals. For now, there is only one server and one reset schedule.

Previous
Getting started