Logging in/out of Anaconda Server
Logging in to Anaconda Server
Via the UI
Visit https://<YOUR_DOMAIN>
(or http://<YOUR_DOMAIN>
if you are not using SSL) and enter your username and password.
Via the CLI
Logging in if IDP is configured
Via the UI
Visit https://<YOUR_DOMAIN>
(or http://<YOUR_DOMAIN>
if you are not using SSL) and enter your username and password, or click on a third party login option (for example, GitHub).
Via the CLI
In order to enable browser-based login for conda repo CLI, you must first set oauth2 to true:
Then, run conda repo login
.
A browser window will open for you to log in to Anaconda Server. After login has completed, the window will display “Token Received.” You can then close the browser window and continue to use the CLI.
Logging out of Anaconda Server
Via the UI
Click on the user icon in the top right. Click Logout.
Via the CLI