Server management
Use the browser terminal
Use the browser terminal
SoftServer includes a full terminal in the panel, so you can run commands on your server without a separate SSH client.
Open the terminal
- Open your server and switch to the Terminal tab.
- A live shell session opens in your browser, connected to your VPS.
- Run any command you would over SSH — check logs, run scripts, inspect files.
When you need it
Most tasks are covered by the panel's buttons, but the terminal is there for anything custom: debugging, one-off commands, or tools that are not exposed in the UI.
SSH still works
The browser terminal does not replace SSH — it complements it. You keep full root access to your own server and can connect with your usual SSH client whenever you prefer.