Default Homeserver
ThedefaultHomeserver field specifies which homeserver from your list is pre-selected for users during login and registration.
Zero-based index pointing to a homeserver in the
homeserverList array.Example
"matrix.org" (index 0) is the default homeserver.
To make "sable.moe" the default instead:
Homeserver List
ThehomeserverList defines which homeservers appear in the dropdown menu during login and registration.
Array of homeserver domain names. Users can select from this list when logging in or registering.
Adding Homeservers
Simply add domain names to the array:Only include the domain name, not the full URL. For example, use
"matrix.org" not "https://matrix.org".Removing Homeservers
Remove any homeserver you don’t want to offer:Custom Homeservers
TheallowCustomHomeservers field controls whether users can manually enter homeserver URLs that aren’t in your predefined list.
When
true, users can type in any homeserver URL. When false, users are restricted to the homeserverList.Allowing Custom Homeservers
This is the default and recommended setting for public instances:- Select from the
homeserverList - Enter any custom homeserver URL
Restricting to Predefined Homeservers
For controlled environments or private deployments:homeserverList.