Settings

Server Endpoints

@if (hasMissingDefaultServers()) { }

Active server endpoints stay enabled at the same time. You pick the endpoint when creating and registering a new server.

@for (server of servers(); track server.id) {
{{ server.name }} @if (server.isActive) { Active }

{{ server.url }}

@if (server.latency !== undefined && server.status === 'online') {

{{ server.latency }}ms

} @if (server.status === 'incompatible') {

Update the client in order to connect to other users

}
@if (!server.isActive && server.status !== 'incompatible') { } @if (server.isActive && hasMultipleActiveServers()) { } @if (hasMultipleServers()) { }
}

Add New Server

@if (addError()) {

{{ addError() }}

}

Connection Settings

Auto-reconnect

Automatically reconnect when connection is lost

Search all servers

Search across all configured server directories

Voice Settings

Notification volume

Volume for join, leave, and notification sounds

{{ audioService.notificationVolume() * 100 | number: '1.0-0' }}%

Noise reduction

Use RNNoise to suppress background noise from your microphone