Skip to main content

Manage 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.

info

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, start, stop, and restart servers.

Usage

odin fleet servers <command>

Commands

  • List: List all servers in your account.
  • Get: Display detailed information about a server.
  • Start: Start a stopped server.
  • Stop: Stop a running server.
  • Restart: Restart a server.
  • Start All: Start all servers for the current app.
  • Stop All: Stop all servers for the current app.
  • Logs: View logs for a server.
  • Backups: Create a backup of a server.