---
title: "Gets information about the server."
method: GET
path: "/System/Info"
tags: ["System"]
---

# Gets information about the server.

`GET /System/Info`

## Response `200`

Information retrieved.

- SystemInfo — Class SystemInfo.
  - `LocalAddress` string, nullable — Gets or sets the local address.
  - `ServerName` string, nullable — Gets or sets the name of the server.
  - `Version` string, nullable — Gets or sets the server version.
  - `ProductName` string, nullable — Gets or sets the product name. This is the AssemblyProduct name.
  - `OperatingSystem` string, nullable — Gets or sets the operating system.
  - `Id` string, nullable — Gets or sets the id.
  - `StartupWizardCompleted` boolean, nullable — Gets or sets a value indicating whether the startup wizard is completed.
  - `OperatingSystemDisplayName` string, nullable — Gets or sets the display name of the operating system.
  - `PackageName` string, nullable — Get or sets the package name.
  - `HasPendingRestart` boolean — Gets or sets a value indicating whether this instance has pending restart.
  - `IsShuttingDown` boolean
  - `SupportsLibraryMonitor` boolean — Gets or sets a value indicating whether [supports library monitor].
  - `WebSocketPortNumber` integer — Gets or sets the web socket port number.
  - `CompletedInstallations` InstallationInfo[], nullable — Gets or sets the completed installations.
    - `Guid` string, uuid — Gets or sets the Id.
    - `Name` string, nullable — Gets or sets the name.
    - `Version` Version
      - `Major` integer
      - `Minor` integer
      - `Build` integer
      - `Revision` integer
      - `MajorRevision` integer
      - `MinorRevision` integer
    - `Changelog` string, nullable — Gets or sets the changelog for this version.
    - `SourceUrl` string, nullable — Gets or sets the source URL.
    - `Checksum` string, nullable — Gets or sets a checksum for the binary.
  - `CanSelfRestart` boolean — Gets or sets a value indicating whether this instance can self restart.
  - `CanLaunchWebBrowser` boolean
  - `ProgramDataPath` string, nullable — Gets or sets the program data path.
  - `WebPath` string, nullable — Gets or sets the web UI resources path.
  - `ItemsByNamePath` string, nullable — Gets or sets the items by name path.
  - `CachePath` string, nullable — Gets or sets the cache path.
  - `LogPath` string, nullable — Gets or sets the log path.
  - `InternalMetadataPath` string, nullable — Gets or sets the internal metadata path.
  - `TranscodingTempPath` string, nullable — Gets or sets the transcode path.
  - `HasUpdateAvailable` boolean — Gets or sets a value indicating whether this instance has update available.
  - `EncoderLocation` 'NotFound' | 'SetByArgument' | 'Custom' | 'System' — Enum describing the location of the FFmpeg tool.
  - `SystemArchitecture` 'X86' | 'X64' | 'Arm' | 'Arm64' | 'Wasm'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/revisions/eb6f75af7066/schema)
