Getting Started with Telnety
Telnety is a lightweight, cross-platform remote management tool that unifies SSH, RDP, VNC, SFTP, Telnet, and Serial in a single native application. This guide will help you install Telnety, create your first connection, and explore the core features.
Installation
Telnety is available for Windows, macOS, and Linux. Choose the installation method that works best for your platform.
Windows
# Install via winget (recommended)
winget install Telnety.Telnety
# Or download the .exe installer from telnety.com/download
# Supports both NSIS (.exe) and MSI (.msi) installersLinux
# Debian / Ubuntu
sudo dpkg -i telnety_1.0.0_amd64.deb
# Fedora / RHEL
sudo rpm -i telnety-1.0.0-1.x86_64.rpm
# AppImage (any distro)
chmod +x Telnety-1.0.0.AppImage
./Telnety-1.0.0.AppImagemacOS
# Homebrew (recommended)
brew install --cask telnety
# Or download the .dmg from telnety.com/download
# Available for both Apple Silicon (aarch64) and Intel (x86_64)Quick Start
Once installed, launch Telnety and you will see the main interface with a sidebar, tab bar, and empty workspace. Here is how to create your first connection in under 30 seconds:
- Open Quick Connect — Press Ctrl+K to open the command palette, then type a hostname.
- Or use the sidebar — Click the + button in the sidebar to open the New Connection dialog.
- Enter connection details — Choose a protocol (SSH, RDP, VNC, etc.), enter the hostname, port, and authentication credentials.
- Connect — Click "Connect" or press Enter. Your session opens in a new tab.
# Press Ctrl+K (or Cmd+K on macOS) and type:
ssh user@192.168.1.100
rdp admin@windows-server.local
vnc 10.0.0.5:5901Your First Connection
Let us walk through creating a saved SSH connection with key-based authentication.
Step 1: Open New Connection
Click the + button in the sidebar or press Ctrl+N. The Host Connection Dialog opens with four tabs: Connection, Authentication, Advanced, and Notes.
Step 2: Fill in Connection Details
On the Connection tab, enter a friendly name (e.g., "Production Web Server"), the hostname or IP, port (default 22 for SSH), and select "SSH" as the protocol.
Step 3: Configure Authentication
Switch to the Authentication tab. Choose "SSH Key" as the auth method, browse to your private key file, or generate a new Ed25519 key pair directly from the dialog.
Step 4: Save and Connect
Click "Test Connection" to verify, then "Save". The host appears in your sidebar. Double-click it to connect at any time.
Configuration
Telnety stores all configuration locally in an SQLite database. You can customize settings through the Settings page (Ctrl+,).
Appearance
Theme, font size, font family, cursor style
Terminal
Scrollback lines, bell, copy-on-select, ligatures
Security
Vault lock timeout, biometric toggle, auto-lock
General
Default shell, startup behavior, language
Next Steps
Now that you are up and running, explore the protocol-specific guides to learn about advanced features: