Run commands

Execute all Linux commands in Websh terminal.

Basic commands

All standard Linux commands available:

ls -la
cd /var/log
cat file.txt
top

sudo access

Users with sudo privilege can use sudo by selecting a system account when connecting, or by using sudo with MFA.

Command history

All executed commands are logged in server detail > Activity tab.

Large output

Very large output—for example, cat on a huge file—may have older lines trimmed with an [output truncated] marker so the terminal keeps up and stays responsive. Recent output is never affected.

Last updated: