Connect to servers
Access registered servers via browser terminal (Websh).
Quick access
From server list
- Go to Servers page
- Find the server you want to access
- Click the terminal icon on the right of the server row
- Websh terminal opens in a new tab
From server detail
- Click server name to open detail page
- Click Websh button in the top
- Terminal opens in a new tab
Access permissions
To connect to a server, you must meet these conditions:
Requirements:
- Server status is Connected
- You belong to a user group assigned to the server
- You’re a workspace member
Permission levels:
- Regular user: Access assigned servers only with regular privileges
- Staff/Superuser: Can access all servers with regular/root privileges
Using Websh terminal
Basic features
Execute commands:
- All standard Linux commands available
- Sudo privileges available when connected with root privileges
Multiple sessions:
- Multiple simultaneous sessions to the same server
- Each session operates independently
Session persistence:
- Sessions persist even if you close the browser
- Auto-terminate after inactivity timeout (configurable)
Keyboard shortcuts
See Terminal shortcuts for detailed shortcuts
Multiple server access
Connect to multiple servers simultaneously:
- Connect to first server from server list
- Open another server in a new tab
- Switch between browser tabs to manage
Session management
View active sessions:
- Click Websh menu
- View list of active sessions
- Click session to reconnect or terminate
Terminate session:
- Type
exitin terminal - Or terminate from Websh session management
Troubleshooting
Connect button is disabled:
- Verify server status is Connected
- Confirm you’re assigned to a user group
Terminal won’t open:
- Disable popup blocker in browser
- Refresh browser and retry
Commands won’t execute:
- Check network connection
- Session may have expired - reconnect
Security
Authentication:
- Login with your IAM user account
- Additional MFA required if enabled
Audit logging:
- All command executions are logged
- View in server detail > Activity tab