Skip to content

Connect a Client

Every FeltnerAI client connects to a server you run. See the full client list for what’s available on each platform.

You need:

  • A running FeltnerAI server and its URL (for example http://127.0.0.1:8080 locally, or https://ai.example.com behind 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.

  1. Open the server URL in a browser.

  2. Sign in with the username and password your administrator gave you.

  3. On first sign-in you are required to change your password.

The browser client authenticates with an HttpOnly session cookie and a CSRF token.

Each account has its own light, dark, or system theme preference, saved on the server and applied wherever you sign in.

  • Can’t reach the server — confirm the URL and that the server process is running. Behind a proxy, make sure TLS and FELTNERAI_PUBLIC_URL are 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.