Features
SSH Manager
The SSH Manager provides a built-in terminal so you can connect to your servers without needing a separate SSH client like PuTTY or Terminal.
Connecting to a Server
There are two ways to open an SSH session:
- From Cloud Manager – Click the terminal icon next to any server in your server list. The credentials are automatically filled in.
- From SSH Manager – Go to SSH Manager in the sidebar, select a saved connection or enter new credentials manually.
Adding a Custom Server
If you have servers that are not managed through a cloud provider API, you can add them manually:
- Go to SSH Manager.
- Click Add Server.
- Enter the server IP address, SSH port (default 22), username, and password or private key.
- Give it a label and click Save.
Terminal Features
- Full terminal emulation – works just like a regular SSH client
- Copy and paste support
- Saved connections – your server credentials are stored securely so you can reconnect with one click
- Multiple sessions – you can have multiple terminal tabs open at the same time
Security
All SSH connections are made directly from your machine to the server. PMTAcore does not route your connections through any third-party servers. Your credentials are stored locally on your computer.