We can access Linux servers via SSH from Windows directly without installing any additional software, simply using the CMD terminal.
Install OpenSSH Client Feature on Windows
If you're using a Windows machine, you need to have the feature enabled. You can run the following command in a PowerShell window with administrator privileges to install it:
On Windows 11, the plugin to access the terminal is already preinstalled. In this OS, it is recommended to run the following command:
In earlier versions, this is essential, as you won’t be able to connect otherwise.
# Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
You can also install it from the "Add optional features" settings.
Accessing the Server
Once the plugin is installed, you'll be able to access directly from CMD by running the following command (you'll need to replace the IP):
# ssh root@IP
If the access port has been changed, you’ll need to use the following format (replacing the port):
ssh -p PORT root@IP
Important Information
To access, you must log in using the root user and the assigned password, which you can find in your Clouding panel.
Remember, if you have any questions about this or any other issue related to your servers on Clouding, feel free to write to soporte@clouding.io We're here to help—reach out anytime!