GMSSH Product ManualGMSSH Product Manual
Changelog
Official Site
  • 简体中文
  • English
Changelog
Official Site
  • 简体中文
  • English
  • 📖 Documentation

    • Product Overview
    • Introduction
    • Quick Start
    • GMSSH Client

      • Machine Management
      • Command Center
      • Terminal
      • Batch Tasks
      • Settings
    • GMSSH Desktop

      • Built-in Apps
      • App Center
      • Docker Manager
      • PHP Manager
      • MySQL Manager
      • Nginx Manager
      • Site Manager
      • Firewall Manager
      • WAF Firewall
      • Redis Manager
      • Proxy Manager
      • VPN Manager
      • Source Manager
    • Gemius AI
    • FAQ

Gemius AI

Gemius is GMSSH's built-in intelligent Linux operations assistant, powered by large language models. It understands natural language instructions and directly operates on servers. Whether it's file management, system inspection, log analysis, or technical Q&A, Gemius handles it efficiently through conversational interaction — making server operations as simple as chatting.

Gemius AI

Core Features

FeaturePurposeCore Capabilities
Smart ConversationAI InteractionNatural language Q&A, command generation, problem diagnosis
Tool InvocationAuto ExecutionCall system tools for file, network, process operations
Thinking ProcessTransparent ReasoningDisplay AI's reasoning chain and tool call details
Model ConfigurationFlexible SwitchingSupport custom API providers and models
Security ControlsPermission ManagementExecution approval, sensitive word filtering, tool authorization
Chat HistorySession ManagementConversation records, quick recall

Smart Conversation

Welcome Screen

Opening Gemius for the first time displays the welcome screen:

  • Quick Action Cards: One-click access to common operations scenarios:
Quick ActionDescription
List Root DirectoryView the server's root directory structure
System StatusCheck CPU, memory, load, and other system info
Disk UsageView disk partitions and usage
  • Input Box: Bottom input box supports any question or instruction. Enter to send, Shift + Enter for new line.
  • Model Selection: Right side of input box shows the current model (e.g., Gemius MAX), switchable to different models.

Conversation Interaction

Conversation

Gemius interacts with users in a conversational format, supporting multi-turn context understanding:

  • User Messages: Right-side bubbles display user questions or instructions.
  • Thinking Process: Before AI replies, an expandable "Thinking Process" area shows reasoning time (e.g., 836ms). Expand to view the detailed reasoning chain.
  • Tool Invocation: When AI needs to perform actions, it displays the tool name and parameters:
    • Tool name (e.g., list_files)
    • Call arguments (e.g., Args:{"path": "/"})
    • "View Details" link to expand full call results
  • AI Reply: Summarizes tool call results in natural language with clear analysis and explanations.
  • Related Exploration: Suggestions for further exploration at the bottom of replies — click to continue deeper operations.

Model Configuration

Click the settings icon in the Gemius panel to enter the "Model Configuration" page for customizing AI model connections.

Model Configuration

FieldDescriptionExample
API ProviderChoose an AI service providerOpenAI Compatible (Custom)
Base URLAPI service access addresshttps://api.example.com/v1
API KeyAuthentication key, with visibility toggle—
Model NameSpecify the model name to use—

Click "Save Configuration" to apply.

Tip

Gemius uses the built-in Gemius MAX model by default. To use custom models (e.g., OpenAI, DeepSeek), configure them on this page.

Settings

Click the settings icon to enter the Gemius Settings page for managing AI behavior and security policies.

Settings

Show Thinking Process

  • Toggle: When enabled, AI displays its thinking process during execution.
  • Observe the AI's reasoning chain, tool selection logic, and execution steps to understand its decision-making.

Auto-Approve Execution

Allow Gemius to automatically execute operations without manual approval. Provides 5 granular permission levels:

PermissionDescription
ReadAuto-execute read operations (view files, list directories, etc.)
WriteAuto-execute write operations (create files, write content, etc.)
UpdateAuto-execute update operations (modify files, update configs, etc.)
DeleteAuto-execute delete operations (delete files, remove configs, etc.)
ExecuteAuto-execute command operations (run scripts, execute commands, etc.)

Note

Only enable this feature when you fully trust the AI and understand the associated security risks.

Sensitive Words (Forced Approval)

Configure a list of sensitive operation keywords. When AI-generated commands contain these keywords, manual approval is required regardless of auto-approve settings.

  • Default Sensitive Words: rm,shutdown,reboot,format,kill,dd,mkfs
  • Supports custom addition or removal of keywords, separated by commas.

Tool Invocation Authorization

  • Toggle: When enabled, AI requests your authorization before executing tool calls for safety.
  • Recommended to keep enabled to prevent AI from executing sensitive operations without confirmation.

Click "Save Configuration" to apply.

Chat History

Click the history icon in the bottom toolbar to enter the "Chat History" page for viewing all past conversations.

Chat History

  • Conversation List: Displays all historical conversations in reverse chronological order, showing conversation titles (auto-generated by AI or displayed as "Unnamed Conversation").
  • Quick Restore: Click any conversation record to restore the conversation context and continue interacting.
Last Updated: 3/20/26, 12:11 PM
Contributors: xiarui
Next
FAQ