Documentation Index
Fetch the complete documentation index at: https://docs.velatir.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
If something is not working as expected, the fastest path to a diagnosis is usually:Interception
Traces are not appearing in the dashboard
Traces are not appearing in the dashboard
- Agent and host running. Run
velatir status. Both should be running and the transparent proxy should be active. - API key configured.
velatir get-configshould show a masked API key. If it is empty, set it withvelatir set-api-key --key vltr_.... - The application is supported. The desktop client captures traffic only from applications in the supported list. See Overview for the current coverage.
- Certificate trust. Some runtimes maintain their own trust stores. See Certificate not trusted by a specific runtime.
- Network reachability. The host needs to reach
api.velatir.com. From the device, confirm withcurl -I https://api.velatir.com.
velatir logs --host -f while reproducing and share the output with support.Some applications are intercepted, others are not
Some applications are intercepted, others are not
The transparent proxy will not start
The transparent proxy will not start
velatir logs -f while attempting velatir start and capture the error.On macOS, the most common cause is that the system extension has not been approved. Open System Settings > General > Login Items & Extensions > Network Extensions and confirm that Velatir is enabled. See Permissions for details.Certificates
Certificate not trusted by a specific runtime
Certificate not trusted by a specific runtime
requests, urllib)keytool:curl follows the OS trust store on macOS and Windows by default. On Linux, point it explicitly:Certificate pinned by the application
Certificate pinned by the application
CA installed for the wrong user (Windows)
CA installed for the wrong user (Windows)
LocalMachine\Root but falls back to CurrentUser\Root for the installing account if group policy blocks machine-wide installation. If users other than the installer see certificate warnings, reinstall the MSI with elevation removed, or coordinate with your endpoint team to allow LocalMachine\Root writes for the Velatir CA.Agent and Host
`velatir status` reports the agent is unreachable
`velatir status` reports the agent is unreachable
open /Applications/Velatir.app.If the agent keeps disappearing, run velatir logs -f (it will reconnect once the agent comes up) and share the output with support.Host process keeps restarting
Host process keeps restarting
- An invalid API key (the host fails to authenticate and exits)
- A corrupted payload (rare;
velatir update --applyre-stages the current version) - A bring-your-own CA bundle with an invalid password
Single-instance lock (second launch does nothing)
Single-instance lock (second launch does nothing)
Velatir.exe launched by accident exits silently. This is expected. To restart the running host, use:Updates
`velatir update` reports no new version, but I expected one
`velatir update` reports no new version, but I expected one
An update applied but the version did not change
An update applied but the version did not change
current; it stays on the previous version. Inspect the agent log for the staging failure:velatir update --apply.Networking
VPN connected after Velatir started, and now things are odd
VPN connected after Velatir started, and now things are odd
QUIC / HTTP/3 connectivity unusual
QUIC / HTTP/3 connectivity unusual