Quick Start
This guide will walk you through Chaterm's core features. Upon completion, you'll be familiar with common terminal Agent operations in Chaterm.
Step 1: Installation and Login
Install Chaterm
- Download Chaterm:
- Launch the Chaterm application
Login to Your Account
Chaterm supports multiple login methods:
Domestic Version:
- Email verification code login: Enter your email address and receive a verification code to login
- Username and password login: Login with username and password
- Third-party login: Supports Google and GitHub login
International Version:
- Email verification code login: Enter your email address and receive a verification code to login
- Username and password login: Login with username and password
- Third-party login: Supports QQ login
Tip
- When using email login for the first time, new users will be automatically registered and logged in
- If you don't want to login temporarily, you can click the "Skip" button, but you won't be able to use the built-in AI model capabilities without logging in
Step 2: Add Hosts
Add Personal Host
- Click "Workspace" (Hosts) in the left menu
- Click the "Add" button in the top right corner or the "+" button in the bottom right corner
- Fill in the host information:
- Personal or Enterprise: Select "Personal"
- Connection IP or Address: Enter the host's IP address or domain name
- Port: SSH port, default is 22
- Username: SSH login username
- Authentication Method:
- Password authentication: Enter SSH login password
- Key authentication: Select an added key (needs to be added in key management first)
- SSH Proxy Settings (optional): Configure if you need to connect through a proxy
- Alias: Set a recognizable name for the host
- Group: Select or enter the group the host belongs to
- Click the "Create" button to complete the addition
Connect to Host
In the host list, click any host to establish an SSH connection and open a terminal window.
Step 3: Experience AI Features
Open AI Chat Panel
There are two ways to open AI chat:
- Click the "AI" icon in the left menu
- Use keyboard shortcuts in the terminal:
- macOS:
Cmd + L - Windows/Linux:
Ctrl + L
- macOS:
Create New Conversation
- Click the "New Conversation" button
- Select interaction mode:
- Chat Mode: Chat with AI, learn, brainstorm (cannot operate servers)
- Command Mode: Execute commands in the current active terminal, AI will plan tasks and execute commands
- Agent Mode: Execute command queries on any host, troubleshoot errors, handle tasks, and more
- @Host (Agent Mode): You can @ multiple hosts for operations
- Select Large Model: Choose different models from the model list
- Start the conversation
AI Interaction in Terminal
In the terminal window, there are two ways to quickly use AI:
- Keyboard shortcut
Ctrl+KorCmd+K: Opens a dialog box, enter the operation you want to perform - Keyboard shortcut
Ctrl+LorCmd+L: Quickly opens AI chat, AI will automatically get the current terminal's context information
Common Use Case Examples
Use Case 1: System Monitoring
@127.0.0.1 Check system memory usage
@server1 Check disk space usage
@server2 View currently running processes and CPU usageUse Case 2: Log Analysis
@server1 Analyze error logs from the last hour and identify the cause
@server2 View application logs and identify performance bottlenecksUse Case 3: File Operations
@127.0.0.1 Find recently modified files
@server1 Backup important configuration files to /backup directory
@server2 Clean up temporary files older than 7 daysUse Case 4: Service Management
@server1 Check Nginx service status, restart if abnormal
@server2 View Docker container running status
@server3 Check database connection statusUse Case 5: Network Diagnostics
@server1 Check network connection status
@server2 Test connectivity to a specific host
@server3 View port occupancyCongratulations! You have successfully completed the Chaterm quick start. Now you can start using the AI-powered intelligent terminal to improve your work efficiency!