Remote Access
Access your server’s desktop environment remotely through your web browser or dedicated clients.
Applications
Choosing Remote Access
noVNC - Best for quick graphical access through browser. No client installation needed.
X2Go - Best for regular remote desktop use. Better performance than VNC, especially on slower connections.
Web Console - Perfect for command-line access. Full SSH terminal in your browser.
Use Cases
noVNC
- Quick GUI access from any device
- Run GUI applications remotely
- Configure applications that need X11
- No client software required
- Works on tablets and phones
X2Go
- Full desktop environment
- Session persistence (resume later)
- Excellent compression for slow connections
- File sharing between local and remote
- Printer redirection
- Audio support
Web Console
- Full SSH terminal access
- Run command-line tools
- Edit configuration files
- Monitor server status
- Execute scripts
- System administration
Features Comparison
| Feature | noVNC | X2Go | Web Console |
|---|---|---|---|
| Browser-based | ✅ | ❌ | ✅ |
| Client needed | ❌ | ✅ | ❌ |
| GUI support | ✅ | ✅ | ❌ |
| Performance | Good | Excellent | Excellent |
| Bandwidth usage | High | Low | Very Low |
| Session persistence | ❌ | ✅ | ❌ |
Installation
qb install novnc -u username
qb install x2go -u username
qb install webconsole -u usernameCommon Tasks
Running GUI Applications
With noVNC or X2Go, you can run:
- Firefox for web browsing
- File managers
- Text editors
- Configuration GUIs
- Any desktop application
Server Administration
Web Console provides:
- Full bash terminal
- File editing with nano/vim
- Log viewing
- Service management
- Package installation
Security Notes
- All connections are encrypted
- Use strong passwords or SSH keys
- Consider VPN for additional security
- Web Console has built-in authentication
- noVNC can be protected with reverse proxy authentication