Garden login on remote server
# 🌱|help-and-getting-started
a
How can one perform a "garden login" and "garden dev" on a remote server without UI and web browser? Thank you
c
Hi @acoustic-laptop-79795, you can authenticate using access tokens for a specific account. You can create one by going to Users -> edit your user account -> Access tokens and then pass the token as value of the environment variable
GARDEN_AUTH_TOKEN
. See: https://docs.garden.io/using-garden/dashboard#access-tokens
a
Thank you. I was able to get it working partially but can't seem to run any commands in the UI remotely. I can only seem to run commands from the command line and see results in the UI remotely.
3 Views