Connect a Client
Every FeltnerAI client connects to a server you run. See the full client list for what’s available on each platform.
Before you start
Section titled “Before you start”You need:
- A running FeltnerAI server and its URL
(for example
http://127.0.0.1:8080locally, orhttps://ai.example.combehind a proxy). - A user account created by an administrator. There is no open registration.
The web app is served directly by the server — there is nothing to install.
-
Open the server URL in a browser.
-
Sign in with the username and password your administrator gave you.
-
On first sign-in you are required to change your password.
The browser client authenticates with an HttpOnly session cookie and a CSRF token.
The Portal is a native desktop app (Windows, macOS, Linux) that can connect to multiple servers from one place.
-
Download and install the Portal for your platform.
-
Add a server profile using your server’s URL.
-
Sign in with your account credentials.
The Portal authenticates with an opaque bearer session token and stores it in your operating system’s credential manager.
Switching themes
Section titled “Switching themes”Each account has its own light, dark, or system theme preference, saved on the server and applied wherever you sign in.
Troubleshooting
Section titled “Troubleshooting”- Can’t reach the server — confirm the URL and that the server process is running. Behind a
proxy, make sure TLS and
FELTNERAI_PUBLIC_URLare configured (see Deployment). - No models in the picker — an administrator needs to configure a provider and enable models.
- Forced password change — expected on first sign-in for a new account.