Opening the console
1
Log in to the panel
Go to opus-host.de/login and sign in to your account.
2
Click your VPS
From the dashboard, click the VPS you want to access.
3
Click the Console tab
Select the Console tab from the left sidebar. The terminal will load in your browser within a few seconds and present a login prompt.
Using the console
The in-browser terminal behaves like a standard Linux terminal. Keep the following tips in mind while using it:- Type commands normally — the console accepts the same commands you’d run over SSH.
- Copy and paste — use
Ctrl+Shift+Cto copy andCtrl+Shift+Vto paste in most browsers. On macOS,Cmd+C/Cmd+Vmay work depending on your browser. - Session persistence — your terminal session stays alive as long as the browser tab remains open. Switching to another tab does not disconnect you.
- Closing the session — type
exitto log out of the current shell session cleanly.
Common commands
Here are some frequently used commands to get you started:
See SSH Access for a persistent terminal connection that survives browser closures and network hiccups.
