Console access for DediConnect

In some occasions you may want to login on the container and fire command manually.

Finding the container name
Both Linux and Windows use a container name for reference. You can find the container name on the right sidebar when you are at the settings page for the individual container.

Windows

Login via RDP and open Powershell. Then run docker exec -it {container name} cmd

Linux

Login via SSH and run docker exec -it {container name} bash


(Legacy) Ubuntu 16.04

Login on your DediConnect machine via ssh and run lxc exec {container name} bash