Skip to main content

Glossary

Last updated on August 4, 2023

This section describes terms used when developing for AccelByte Gaming Services (AGS). The terms definition can be unique to AGS. Cloud gaming terminology is included.

AccelByte Glossary

ABCDEFGHIJKL
MNOPQRSTUVWXYZ

A

AGS

  • AccelByte Gaming Services (AGS) is our cloud-based back-end services product. AccelByte Cloud is the legacy name for this product.

Anonymous Login

  • This allows players to log in and play a game with no input required. As no user input is needed at all, it's the most developer friendly method to get an AccelByte account, and authenticate a user token for testing or debugging purposes. It should not be used in a published game.

Armada

Armada Configuration

Asymmetric Parties

Autoscaling Strategy

AccelByte Glossary

B

Backfilling

  • The process of adding more players to an already existing match. The game session can submit a ticket to the Matchmaking service to receive proposals for new players which can then be accepted or rejected. Game sessions can be configured to auto-backfill through the Session Template, or it can be left up to the game server to manage directly.

Bans

  • Enables you to restrict access to your game. An account ban will prevent a player from accessing your game. A feature ban will restrict access to specific in-game features. A device ban will restrict access to your game from a specific device - identified by a unique device ID (preventing banned players from reentering your game with a new account). Bans can be lifted.

Blueprints

  • Blueprints are a Microsoft Azure technology that enables a cloud architect to define a reusable set of Azure resources. This reusable set may consist of an organizations standard processes. Thus Blueprints enable development teams to get started quickly on a project, knowing it is in compliance with the necessary requirements.

AccelByte Glossary

C

Cancel Match on Disconnect

  • A feature of the Lobby service which cancels a Matchmaking request if the player who made the request is disconnected from the lobby. This can be enabled or disabled in the Lobby Configuration in the Admin Portal.

Chat

  • An AccelByte service that allows players to communicate with each other in a game. AccelByte supports private chats between players, group chat between parties, and players playing together in multiplayer games, and also universal chats for all players connected to the Lobby.

Cluster

  • A group of bare metal or cloud servers within the same virtual private network (VPN), meaning they are under the same IP address. For Armada, clusters are differentiated by Region, which means for example that us-west is in a different cluster from us-east.

Cross-platform Play

  • The ability of players on different platforms (e.g., PC or console) to play together in multiplayer play. AccelByte supports cross-platform play.

Cross-platform Progression

  • The ability of a player to access saved data across multiple devices and platforms. AccelByte supports cross-platform progression.

AccelByte Glossary

D

DAU

  • An acronym for Daily Active Users, the number of unique users of a game over the period of a day. This is one of the fields available through the Analytics service.

Dedicated Server

  • Abbreviated as DS. A computer software program that hosts a game. Game clients connect to the DS during Game Sessions and have the DS run all of the game logic. In Armada, a DS is containerized and deployed as a Docker container into a Region based Cluster. A running DS container is sometimes referred to as a Pod.

Dedicated Server Artifact

  • Any data files produced by a Dedicated Server. These can be accessed in the Admin Portal for debugging purposes.

Dedicated Server Artifact Manager

Dedicated Server Configuration

Dedicated Server Container

Dedicated Server Log Manager

  • Abbreviated as DSLM. An AccelByte service that stores Dedicated Server Logs into files that can be downloaded from the Admin Portal.

Dedicated Server Logs

  • Abbreviated as DS logs. Logs generated by a running Dedicated Server which are written into stdout or stderr. These logs are collected by the Dedicated Server Log Manager and saved in a file, which can be downloaded from the Admin Portal. If there's a problem with a dedicated server, the data present in the DS logs can help with troubleshooting.

Dedicated Server Manager

Dedicated Server Manager Controller

Dedicated Server States

  • States keep track of the life cycle of a dedicated server. The state can be one of: Creating, Ready, Busy, Unresponsive, or Removing.

Dedicated Server Upload Service

  • Abbreviated as DSUS. An AccelByte service that manages the Dedicated Server upload process.

Dedicated Server Uploader

  • Abbreviated as DS uploader. A CLI tool for game developers to upload a Dedicated Server to Armada. Upon upload, Armada's services will containerize the server and store it in a Docker image repository.

Deployment

DLC

  • Acronym for downloadable content, additional digital content (free or paid for) that a player can download and install to add to or replace content in a video game. The content can be distributed online within the game, or via a gaming platform, such as Steam or the PlayStation Store.

Docker

  • Docker is an open source platform for developing applications in containers. Armada uses these containers to ensure that Dedicated Server performance is the same across different devices and environments. Refer to: Docker website

AccelByte Glossary

E

Elo

  • An Elo score is a way of calculating relative skill levels of players in zero-sum games, who may well not have ever played each other. The best known zero sum game is Chess, though it is used in martial arts, and other sports. The difference between the ratings of two players is a method of predicting the outcome.

Enable or Disable Lobby

  • A feature which allows game developers to turn access to the Lobby service on or off. If lobby access is turned off, players will not be able to connect to your game. This allows you to prevent players from accessing the game during maintenance. The lobby can be enabled or disabled in the Lobby Configuration in the Admin Portal.

AccelByte Glossary

F

Fleet

Flexing Roles

  • A setting for Role-Based Matchmaking that removes the role requirements for a certain number of players if the existing role requirements result in no match being found.

Flexing Rules

  • Settings that are used when the default Matchmaking Attributes result in a player not finding a suitable match. Flexing rules allow for a broader selection of players to be matched together, making it more likely that players will find a match.

Friends

  • An AccelByte service that allows players to connect socially with other players. When players are friends, they can see each other's Presence, Chat with each other, and invite each other to play together in multiplayer.

AccelByte Glossary

G

Game Mode

  • A group of settings that determines how a match is conducted, including how many players and teams can play together in a single match and whether or not Role-Based Matchmaking should be used. You can create multiple variations of a game mode with the use of Sub-Game Modes.

Game Server

Game Session

  • An active play session where a game client is connected to a Dedicated Server, or where a game client connects to another game client for Peer-to-Peer Matchmaking. This enables multiple players to play together in competitive or cooperative play. With Armada, a game session is created when a player initiates Matchmaking.

Global Statistics

  • An accumulated set of values from all contributing User Statistics. You can choose to configure a statistic as a global statistic, to track game wide contributions from your game users.

Group

  • An AccelByte service that enables multiple players to form a community together. Groups work similarly to clans in many MMORPGs. Groups can play together in multiplayer, and take on other groups in competitive play. Certain players can be designated as group admins, who have the ability to manage group membership.

gRPC

  • Stands for general-purpose Remote Procedure Call, an open source high performance framework, originally developed by Google. The framework can run in any environment, and can efficiently connect services in and across data centers with support for load balancing, tracing, health checking and authentication. Refer to gRPC.io.

AccelByte Glossary

H

Headless Account

  • An account that can be created when a user first signs in by using an external identity provider or custom device ID. Lack of a valid email address and other necessary information is the difference between a full account and a headless account.

AccelByte Glossary

I

IAM Client

  • Defined as an application, such as a game server or website, that requests access to protected platform data and resources. Identity and Access Management (IAM) clients allow you to control which resources can be accessed by an application, as opposed to by a specific user. IAM clients can be defined under any Namespace (either Publisher or Game namespaces).

Identity Provider

  • A technology that stores and verifies user identity. They are typically cloud-hosted services, and they often work with single sign-on (SSO) providers to authenticate users. Azure Active Directory, Google Workspace, and OpenID Connect are examples of identity providers.

Image

  • Also known as a server image. An uploaded Dedicated Server that is already containerized (see Docker) and stored in a repository. Armada uses the image version to uniquely identify which dedicated server to deploy.

AccelByte Glossary

J

Joinability

AccelByte Glossary

K

Keep Player's Activity

  • A configuration option for the Lobby service. If this option is enabled, a player's Presence data in the Lobby service will not be reset when the player disconnects. This option can be enabled or disabled in the Lobby Configuration in the Admin Portal.

AccelByte Glossary

L

Leaderboard

  • Provides a way to create a sense of competition among players, which can motivate them to play harder, more often, and to improve their performance and try to move up the ranking. It can be configured with specific start and end dates.

Leaderboard Code

  • Instead of using a machine generated code, a leaderboard code is a unique string, used to identify the leaderboard. This is so developers can easily track it, and use the string in their code. The code could be as simple as "victory".

Lobby

  • An AccelByte service that provides the main hub of your game for players to connect to. The game client connects to the Lobby service, and through the lobby the game client can access the Presence, Friends, Notification, Party, Chat, and Matchmaking services.

Lobby Configuration

Lobby Concurrent User

  • A metric that shows the total number of active players. This value is refreshed once every minute.

Log Viewer

  • A service that allows you to review the traffic logs from AccelByte services. Every user, player, or application's interaction with the endpoints in our platform is collected and stored in logs by the Log Viewer service, and those logs can be accessed in the Admin Portal.

AccelByte Glossary

M

Match Attributes

  • The player data that determines which players will be matched together based on the Matchmaking Rules. Match attributes are typically player statistics, such as number of kills or number of matches won, that are used to judge a player's performance.

Match Function

  • Defines the behavior that the Service will use to evaluate tickets waiting in the queue. By default, it will use the logic defined in match rulesets, but through use of a gRPC plugin, new functions can be implemented that extend how the service works.

Match Pool

  • Sometimes referred to as a queue, a match pool defines a segment of players and parties, represented as tickets, based on selected preferences such as game mode, region, language, etc. Once in a pool, tickets will be evaluated in turn, and based on the match ruleset defined for the game mode, paired together and connected to a Game Session.

Matchmaking

  • An AccelByte service that allows players to be paired with other players for multiplayer play.

Matchmaking Rating

  • Abbreviated as MMR. A score granted to players based on their performance in your game. The specific statistics used to judge player performance are defined as Match Attributes.

Matchmaking Rules

  • Also known as Matchmaking Ruleset. Settings that determine how players are matched together. You can choose to match players of similar or different skill levels together. You can also set up Flexing Rules or Role-Based Matchmaking.

Matchmaking Ticket

  • A request sent to the Matchmaking service on behalf of a player and their Party.

Matchmaking Queue

  • A line of Matchmaking Tickets waiting to be matched. Matchmaking tickets that are earlier in the queue are prioritized over those later in the queue.

MAU

  • An acronym for Monthly Active Users, the number of unique users of a game over the period of a month. This is one of the fields available through the Analytics service.

Max Server Waiting Time

  • The amount of time your game will wait for a Dedicated Server to be spun up for a match. If this time limit is exceeded, the Lobby will respond that no server is available.

MMR score

  • Matchmaking Rating, a number used to represent a game players skill level. This rating can be used to match a player with others with a similar rating.

AccelByte Glossary

N

Namespace

  • A unique name for a game studio (a Publisher namespace), or an individual game (a Game namespace). Namespaces are required so that various attributes and features can be linked to them. One Publisher namespace may be linked to many Game namespaces. IAM Clients can be defined under either type of namespace.

Nomad

  • A Server Orchestrator, build by HashiCorp, that deploys and manages containers and non-containerized applications across on-prem and clouds at scale.

Notification

  • An AccelByte service that delivers text-based messages to players.

AccelByte Glossary

O

OpenID Connect

OSS

  • The AGS Online Sub-system (OSS) is the high-level bridge between Unreal Engine and AccelByte services. It comprises interfaces that access AccelByte services and its features. OSS is designed to handle higher level logic, with asynchronous communication.

AccelByte Glossary

P

Party

  • A group of players who are Friends playing together in multiplayer play. There can be one or multiple parties in a Team. Party size can be configured in the Admin Portal. Players can join a party either by invitation or by using a Party Code, both of which can be sent to players by the Party Leader.

Party Code

  • A string of characters that can be used to add players to a Party. A party code can be generated by the Party Leader, who can then send the code to other players.

Party Leader

  • The player who creates a Party by starting a Game Session for multiplayer play. The party leader can invite other players to join the party. If the party leader leaves the party, the player that has been in the party the longest will be promoted to party leader.

Pass

  • An item that grants players access to a certain class of rewards available during a season event. Passes can be freely granted to players, or can be made available for purchase. Passes are represented by items you create, but they do not have to be actual in-game items granted to players.

Peer-to-Peer Matchmaking

  • Abbreviated as P2P Matchmaking. A type of Matchmaking that does not use Dedicated Servers. In P2P matchmaking one player acts as the host for the Game Session, and other players connect to the host's machine to play together.

Permissions

  • Used to grant access to specific resources within AGS services. Most AccelByte service endpoints require permission to be accessed, whether it be from users or applications. Resources are what permissions are applied to, they are what permissions protect. Each protected endpoint requires a unique permission string. Roles are a collection of permissions.

Pod

Pod Configuration

  • Settings that will affect running Dedicated Server Docker containers, such as CPU and Memory allocation, and which port the game server listens to.

Presence

  • An AccelByte service that records whether players are connected to your game or not. Presence can be displayed to other players, so that for example players can see when their friends are online.

AccelByte Glossary

Q

Quality of Service

  • Abbreviated as QOS. A set of services that are deployed in each of the Regions where Armada can spawn Dedicated Servers. Using the SDK, game clients can call the QOS in each region to measure network latency and determine the nearest region to ensure that Matchmaking pairs players that are near each other.

Quality of Service Manager

  • Abbreviated as QOSM. An AccelByte service that keeps track of all available Regions by keeping a list of all live Quality of Service servers.

AccelByte Glossary

R

  • The amount of time, in seconds, that a player has to confirm that they are ready for multiplayer play before they are removed from a match. This can be configured in the Lobby Configuration in the Admin Portal.

Region

  • A geographical location where a Dedicated Server is deployed to be used by players. Regions can cover one country, multiple countries, or one part of a large country. By default, AccelByte follows the available regions in AWS, but game developers can request special regions if needed. See Regions and Availability Zones.

Regional Cluster

Reward

  • An entitlement that is granted to a player when they finish a Tier. For example, if a player moves from Tier 1 to Tier 2, they will be granted the rewards from Tier 1. Rewards can be items, XP, or any other entitlement.

Role

  • A definition of the type of User accessing a game. Options include a player, a viewer-only, an admin, and a super-admin. Roles include a collection of Permissions.

Role-Based Matchmaking

  • A feature that allows you to match players together for multiplayer play based on their role, or class, in your game. For example, you can specify that a multiplayer team must have a certain number of fighters, mages, and so on. Role-based matchmaking can be enabled when you configure the Game Mode.

AccelByte Glossary

S

Season

  • A limited time event that includes special challenges and rewards for players.

Server Image

Server Orchestrator

  • An application that manages the deployment and lifecycle of Dedicated Server Containers in bare metal or cloud server nodes. It is responsible to scale out and scale in virtual machines to make sure there is always hardware to fulfill current demands. Nomad is used as the primary orchestrator for Armada. Refer also to Autoscaling Strategy.

Session Browser

  • An AccelByte service which stores data for each active Game Session in your game.

Session

Session Joinability

  • Determines who can join a session. One of: Open, Invite Only, or Closed.

Session Template

  • A way to define session properties as a template. The template can be created using either the Admin API, or using the Admin Portal. Template properties include a friendly name, Session Joinability, timeouts, Chat properties, Dedicated Server properties, and similar data.

Single Point of Presence

  • Single Point of Presence (SPOP) is a concept where the AGS backend only lets a player be logged in on one device/platform at a time. To achieve this, the Lobby enforces only one active connection from the same user account.

SPOP

  • Abbreviation of Single Point of Presence. It's enforcement to ensure a user is actively logged in only on one device to ensure data consistency.

Sub-Game Mode

  • A variation on an existing Game Mode. For example, you can have a game mode for 4v4 play with a sub-game mode containing slightly different rules, such as different role configurations for Role-Based Matchmaking.

Symmetric Parties

AccelByte Glossary

T

Team

  • A group of players in multiplayer play who share the same objective.

Tier

  • A level that players occupy during participation in a season event. Players can move up into new tiers by gaining XP or by purchasing access to higher tiers. Players will be granted a reward each time they clear a tier. Tiers are represented by items you create, but they do not have to be actual in-game items granted to players.

Timeouts

  • Timeouts are time limits that are applied to your dedicated servers during some of the states in their life cycles. All these time outs are configurable on the Admin Portal. In Armada, for example, there are creation timeouts, claim timeouts, session timeouts, and unresponsive timeouts. For a full description of each, refer to the Introduction to Armada.

TURN server

  • A TURN server allows different devices to communicate with each other using the WebRTC protocol. TURN servers are used to relay traffic if peer to peer communication fails.

AccelByte Glossary

U

User

  • Synonymous with player, a user normally signs into the backend through a game. The User Role is automatically applied to user accounts when they are created, for the purpose of giving players the permissions they need to access resources within your game.

User Generated Content

  • Often abbreviated to UGC, it is a service that manages in-game content that has been created by your players. With UGC, players can contribute to the community as a creator by creating game items that can be downloaded by other players.

User Statistics

  • The range of game data stored per user, such as number of wins, or games played. User statistics can be updated from both the game client or game server. User statistics are used to contribute to Global Statistics.

AccelByte Glossary

V

Viewer

AccelByte Glossary

W

Wallets

  • Containers that hold virtual currency, referred to here as Coins, for your players. Players can purchase virtual currency using any real currency your payment aggregator supports, and you can have multiple virtual currencies in your game. Each wallet can hold only one currency, so if your game contains multiple virtual currencies, players will have multiple wallets.

WebRTC

  • WebRTC is an open protocol standard to facilitate real-time communication between applications over the internet. WebRTC employs multiple protocols and techniques - such as Interactive Connectivity Establishment (ICE) to get two computers to communicate with each other, and to deal with network address translators (NATs), firewalls, and other network barriers.

AccelByte Glossary

XYZ

XP

  • Short for experience points in a game.

On this page