Skip to content

Authentication

The auth command manages authentication profiles for connecting to one or more Redmine instances.

Start an interactive login wizard:

Terminal window
redmine auth login
redmine auth login --name work # explicit profile name
FlagDescription
--nameProfile name (default: derived from server hostname)
Terminal window
redmine auth list

Shows each profile’s server URL and which one is currently active.

Terminal window
redmine auth switch

Opens an interactive selector. The picked profile becomes the default for subsequent commands.

Terminal window
redmine auth status

Displays the active profile name, server URL, and authentication method.

destructive
Terminal window
redmine auth logout # current profile
redmine auth logout work # named profile

You will be prompted to confirm before removal.

Terminal window
redmine auth login
redmine auth login --name work
redmine auth list