How to enter dashboard? #10291
-
|
Hi, I install Teleport with docker-compose and I enter login window on my local address but there's field to enter login, password and totp key. I didn't configure user, password and 2FA yet. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
|
You would need to enter the running container and add the user from there. I'm assuming your following this guide? https://goteleport.com/docs/getting-started/docker-compose/ If so then you would first need to ssh to the container |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, I did it. |
Beta Was this translation helpful? Give feedback.
-
|
Thank You very much for help 😃 |
Beta Was this translation helpful? Give feedback.
-
|
@scottpgallagher can You tell me why I have error when try to connect from my laptop to my server (where I install Teleport): When I choose root in when I try ssh in that field: Can You explain me easy way what happening here? |
Beta Was this translation helpful? Give feedback.
-
|
@PrzemekSkw sorry to hear your having issues. I wouldn't recommend starting out with Docker/Docker Compose to get a cluster up and running to test. The easiest method would be to use Terraform to do so (https://github.com/gravitational/teleport/tree/master/examples/aws/terraform) or download the installer (https://goteleport.com/teleport/download/) and follow the docs to get started with (https://goteleport.com/docs/getting-started/linux-server/) |
Beta Was this translation helpful? Give feedback.


You would need to enter the running container and add the user from there. I'm assuming your following this guide? https://goteleport.com/docs/getting-started/docker-compose/ If so then you would first need to ssh to the container
ssh root@luna.teleportfrom there you can add a user withtctl users add testuser --roles=editor,access --logins=root,ubuntu