About
π Save Serve
Instant SSH connection to your servers right from VS Code
Save Serve is a Visual Studio Code extension that allows you to save server data and instantly connect to them via SSH without leaving your code editor.
β¨ Features
π Security β server data stored in encrypted form
π Flexible authentication β support for passwords and SSH keys
π±οΈ Quick connection β access servers with a single click
π§ Intuitive interface β convenient server management
β‘ Time saving β forget about manual SSH command input
π Server groups β organize servers into custom groups
π οΈ Installation
Open Visual Studio Code;
Press `Ctrl+P` or `Cmd+P` on macOS;
Type `ext install save-serve`;
Press Enter.
Or just find "Save Serve" in the VS Code marketplace.
π How to use
Adding a server
Click on the Save Serve icon in the left sidebar;
Click the + button to add a new server;
Fill in the server information:
Server name - A meaningful name for display in the list
Host - IP address or domain
Port - Default is 22
Username - Login for connection
Group - Optional group to organize servers (you can create new groups here)
Authentication method:
π By password - Enter and save password
π By SSH key - Select key file and key password if any
Managing groups
Create groups by clicking the "Add Group" button in the toolbar;
Organize your servers by assigning them to groups during creation or editing;
You can add a server directly to a group by right-clicking on the group;
Edit or delete groups using the context menu.
Connecting to a server
Simply click on a server in the list β and VS Code will instantly open a terminal with an SSH connection
π Security
Save Serve uses VS Code's built-in secure storage:
Windows: Windows Credential Manager;
macOS: Keychain;
Linux: libsecret.
All credentials are securely encrypted and never shared with third parties.
π§© Commands
Use the command palette F1 or Ctrl+Shift+P:
Save Serve: Add server Create a new server entry
Save Serve: Edit server Change server settings
Save Serve: Delete server Delete server entry
Save Serve: Connect to server Open SSH connection
Save Serve: Refresh server list Update panel
Save Serve: Add group Create a new server group
Save Serve: Edit group Change group settings
Save Serve: Delete group Delete group
