How to I access my Linode server that's been created by Wappler/Docker Machine

Hey All,

I’m somewhat across the basics of accessing a VPS Linux server, running some basic shell commands etc.

The problem is that when Wappler created this server via the Docker Machine, i have no idea what the damn server account names and passwords are?

It seems that Wappler has created SSH keys stored in the docker machine folders, presumably so docker can access and perform actions on the server.

Does anyone have ideas what happens to the standard root username/passwords etc in these circumstances?

When the docker-machine command is available, you can just do:

docker-machine ssh <server-name>

I will see if we can add it to work directly from the Wappler terminal choices for the next update as well - for more convenient usage :slight_smile: - it wasn’t needed much till now. And you really have to know what you are doing

Of course. It can get dangerous. I’m just trying to figure out that bad gateway issue and can’t check the open ports / iptables on the server without access :grin: