Control Panel
How do I SSH into my server container?
Game-server access is designed around SFTP over SSH for files and the panel for the console, rather than a full interactive shell. That's intentional — and if you truly need a raw shell, there's a better-suited product for it.
How it works
For a managed game server, you get secure file access over SSH (via SFTP) and run commands through the panel's Console tab. You don't get a raw root shell into the container, which keeps the managed environment stable and secure.
How to access it
- Use SFTP (over SSH) for file access, with the host, port, and username from Settings.
- Add an SSH key in Account Settings to connect without typing your password.
- Run console commands from the panel's Console tab.
Tip: A managed game server intentionally doesn't give a raw root shell — if you need one, a VPS (full root over SSH) is the right product.
Frequently asked questions
Can I use Git Bash or the ssh command? It works for SFTP-style access with your key, but it isn't a full interactive shell — that's a VPS feature.