Skip to content

Config Setup

Adrian edited this page Jun 20, 2024 · 4 revisions

To connect to a Xenia Web Server you can either privately host it yourself locally or connect to a public server.

This video guide illustrates how to setup the config.


Xbox Live

API Address

The api_address must be changed from its default value to a online or locally hosted web server address.
A placeholder address is used because pointing to a public server may change or become offline.

api_address = "https://xenia-netplay-2a0298c0e3f4.herokuapp.com"

UPnP (Universal Plug and Play)

UPnP is disabled by default for security reasons, you must enable it to host sessions.

upnp = true

API List

This setting stores the history of used api_address where each server is separated by a comma up to a maximum of 10 servers.

api_list = "https://xenia-netplay-2a0298c0e3f4.herokuapp.com/, 192.168.0.1:36000/"

User

Gamertag

Default gamertags are generated you can change your gamertag like this.

user_0_name = "Gamertag Here"

XUID (Xbox Unique identifier)

XUIDs are used to uniquely identify a player on Xbox Live, this value is generated by Xenia and generally shouldn't be changed. Changing this value may break your game saves therefore it's recommended to keep a backup.

user_0_xuid = "0009XXXXXXXXXXXX"