Quick Start
Get your server secured with Tetsu VPS in under 5 minutes.
Prerequisites
- Ubuntu 24.04 LTS server with SSH access (port 22)
- Root or sudo privileges
3-Step Process
1. Install Agent on Your Server
SSH into your server and run:
curl -fsSL https://tetsuvps.com/api/setup/install | bash
This creates the necessary users for security scanning and hardening.
2. Add Server to Dashboard
- Go to Servers → "Add New Server"
- Enter:
- Server Name: Any friendly name
- IP Address: Your server's public IP
- Click "Add Server"
3. Run Security Scan
- Go to Scans → "Start Security Scan"
- Select your server and scan type:
- Operating System - Comprehensive security audit
- SSH - SSH configuration check
- Webserver - Web server security
- Click "Start Scan"
Within 2-3 minutes the scan should complete and display you the results.
Optional: Apply Automated Hardening
⚠️ CRITICAL WARNING: Read Before Hardening
Before applying any hardening, you MUST read the Security Hardening Prerequisites documentation.
Hardening makes irreversible changes that can permanently lock you out of your server if not prepared properly:
- SSH Hardening will disable root login and password authentication completely
- You MUST have a non-root user with SSH key access set up BEFORE hardening
- Always create a full server backup/snapshot before hardening
- Test on a staging environment first
→ Read the full hardening prerequisites and warnings
After reviewing scan results and completing all prerequisites:
- Go to Hardening
- Select server and hardening type
- Click "Start Hardening"
What's Next?
Now that you've completed your first scan:
- Understand Security Scanning capabilities
- Explore Server Hardening best practices