Practical information
Directories / folders​
Machine​
Below is a list of paths that are available on DediConnect machines. These are different from the paths made available inside the docker container.
Linux​
Containers: /home/GameServerApp
Games: /home/GameServerApp/games
Docker: /home/GameServerApp/docker
Backups: /home/GameServerApp/nas/backup
Cluster files: /home/GameServerApp/nas/cluster
Windows​
Containers: C:\GameServerApp
Games: C:\GameServerApp\games
Docker: C:\GameServerApp\docker
Backups: C:\GameServerApp\nas\backup
Cluster files: C:\GameServerApp\nas\cluster
Container​
These are the relative paths inside a docker container.
Linux​
Game files: /serverfiles
Alternative game files path: /home/containeruser/serverfiles
Windows​
Game files: C:\serverfiles
Alternative game files path: C:\Users\ContainerUser\serverfiles
Access container console​
In some occasions you may want to login on the container and fire command manually.
Each DediConnect container comes with a container name
. The container name
can be found on the game server settings page, in the top-right corner.
Linux​
Login with SSH and run docker exec -it {container name} bash
Windows​
Login with RDP and open Powershell. Then run docker exec -it {container name} cmd