Developer Documentation
Our new developer documentation is now available. Please check it out!

Servers

Servers in Fleet are the instances that run your game servers and services. This guide will show you how to manage servers in your ODIN Fleet account using the CLI.

You can also manage servers using the dashboard including viewing logs, detailed stats, restarting servers, and more.

Please note

In Fleet, you don’t create servers directly. Instead, servers are created automatically when you create a deployment or if you modify the number of instances in a deployment.

Overview

The servers commands allow you to manage servers in your account. You can list all servers, get detailed information about a specific server, and restart servers that are not functioning correctly.

Usage

odin fleet servers <command>

Commands

  • List: List all servers in your account.
  • Get: Display detailed information about a server.
  • Restart: Restart a server.
  • Logs: View logs for a server.
  • Backup: Create a backup of a server.
  • Restore: Restore a server from a backup.