Remote access
SSH terminal with password & key auth, Telnet and Serial transports, tabs, split panes, and port forwarding.
The terminal supports SSH with password and private-key authentication, plus host-key verification (TOFU) on first connect. Telnet and Serial transports are also available (Serial on desktop).
- Multi-tab sessions with split panes and auto-reconnect
- Password & private-key authentication
- Host-key verification on first connect (TOFU)
- Port forwarding — Local (-L) and Dynamic / SOCKS5 (-D)
- Telnet and Serial transports
Add an SSH connection
Save a reusable SSH profile in a few steps:
- 1In the tab bar, click + (New tab) to open the quick-launch palette, then choose Manage profiles at the bottom. This opens Settings → Profiles.
- 2Click the + New button (top-right of the list) and choose New profile.
- 3In “Select a base profile to use as a template”, pick SSH connection. Tip: use ↑ / ↓ then Enter.
- 4The profile editor opens on the GENERAL tab. Fill in the fields below.
- 5Click Save. Your profile now appears in the list.
| Name | A label for the connection, e.g. “Production VPS”. |
| Host | The server address — a domain like example.com or an IP. |
| Port | The SSH port (22 by default). |
| Username | The account you log in as, e.g. root or deploy. |
| Authentication method | Choose Auto, Password, Key, Agent, or Interactive. Selecting Password reveals a Password field (stored encrypted in the OS keychain — leave it blank to keep the existing one); Key reveals a Private key path field (e.g. C:\Users\you\.ssh\id_ed25519). |
Group, Icon, and Color are optional — they just help you organize and spot profiles in the list. You can also duplicate an existing profile from the same “New profile” picker.
The editor has more tabs across the top: PORTS for tunnels, DATABASES for database connections that ride this SSH tunnel, plus ADVANCED, CIPHERS, COLORS, LOGIN SCRIPTS, and INPUT.
Connect & trust the host key
- 1Click your profile in the list to connect — or open a New tab (+) and pick it from the palette.
- 2On the first connection, Moorix shows the server’s host-key fingerprint. Verify it matches your server, then accept to trust it (TOFU). Later connections verify automatically and warn you if the key ever changes.
Set up a port forward
Reach internal services or route traffic securely through the server, right from the profile.
- 1Edit the profile and open the PORTS tab.
- 2Click Add a port forward and choose the type: Local (
-L), Remote, or Dynamic / SOCKS5 (-D). - 3Set the bind host and port (e.g.
127.0.0.1:8000) — and, for Local/Remote, the targethost:port. - 4Save. The tunnel opens automatically with the session.