diff --git a/tools/ui/src/lib/components/app/settings/SettingsChat/SettingsChat.svelte b/tools/ui/src/lib/components/app/settings/SettingsChat/SettingsChat.svelte
index c8b2c814cd..7a45498042 100644
--- a/tools/ui/src/lib/components/app/settings/SettingsChat/SettingsChat.svelte
+++ b/tools/ui/src/lib/components/app/settings/SettingsChat/SettingsChat.svelte
@@ -8,7 +8,8 @@
SettingsChatImportExportTab,
SettingsChatMobileHeader,
SettingsChatToolsTab,
- SettingsFooter
+ SettingsFooter,
+ SettingsRemoteAccess
} from '$lib/components/app/settings';
import { Button } from '$lib/components/ui/button';
import {
@@ -152,6 +153,8 @@
+ Generate a code and share it so remote devices can connect to this instance. +
+ + + {#if webrtcStore.hasHostCodes} ++ Share code +
++ {formatCode(webrtcStore.shareCode)} +
++ Share this 40-character code with remote devices. It includes both the room ID and the + passcode. +
++ Disable join mode first before enabling host mode. +
+ {/if} ++ Connect to a remote llama.cpp instance. All requests will be routed through the + peer-to-peer tunnel. +
+ + {#if webrtcStore.mode === 'client'} +{joinError}
+ {/if} ++ Disable host mode first before joining a remote server. +
+ {/if} ++ Uses WebRTC with Google STUN servers for NAT traversal. Signaling via public WebTorrent + trackers. No data is routed through any relay server. +
+