From 1e400e81bb4e5c52bad2a02230d5c2f4703107d2 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Thu, 26 Feb 2026 22:33:54 -0800 Subject: [PATCH] update docs --- manage/clients/configure-client.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/clients/configure-client.mdx b/manage/clients/configure-client.mdx index 538e1f6..fc2a864 100644 --- a/manage/clients/configure-client.mdx +++ b/manage/clients/configure-client.mdx @@ -49,7 +49,7 @@ This is a fallback DNS server that the system can use if the primary server is u ## Windows Client (Advanced) -On Windows, you can preconfigure the Pangolin GUI client by editing the JSON config at `%LOCALAPPDATA%\Pangolin\pangolin.json` before the user signs in (for example, `C:\Users\USER\AppData\Local\Pangolin\pangolin.json`). +On Windows, you can centrally preconfigure the Pangolin GUI client by editing the JSON config at `%LOCALAPPDATA%\Pangolin\pangolin.json` before the user signs in (for example, `C:\Users\USER\AppData\Local\Pangolin\pangolin.json`). This is useful for system administrators who want to enforce consistent DNS behavior and login flows across many machines without relying on end users to choose the right options. In particular, `defaultServerURL` and `authPath` let you direct users straight to the correct server and, if needed, a specific organization-branded login page on every launch. JSON configuration for the Windows Pangolin client stored in `pangolin.json`.