Skip to content

Config Setup

Adrian edited this page Jun 2, 2024 · 8 revisions

You can watch a video guide at https://www.youtube.com/watch?v=NnjGLTQig3U.

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

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 is disabled by default for security reasons, you must enable it to host sessions.

upnp = true

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

user_0_name = "Gamertag Here"