forked from xenia-canary/xenia-canary
-
Notifications
You must be signed in to change notification settings - Fork 13
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"
Xenia Canary netplay is a fork of Xenia Canary which implements online multiplayer features.
This netplay build is dependent on a REST API which can be found here.