Using SSH (on Windows) to Access your Synology Command Line

Using SSH (on Windows) to Access your Synology Command Line

From time to time, its important to be able to access a server directly. In these cases we’ll need to login to the server directly through a shell interface. In order to do that we’ll need an SSH (Secure SHell) client.

In order to SSH into our server we’ll use a software called PuTTY (which can be downloaded here).

PuTTY has a fairly simple and straightforward user interface, but we’ll walk through it for the people who are unfamiliar with SSH (and PuTTY).

Open up PuTTY, type your NAS IP address in the Host Name box (or you can use the server name), leave the port as 22 (which is the default SSH port) and hit the open button.

Use your login (which for your synology server should be your admin name/password).

login as: brian
brian@raid-station's password:
brian@raid-station:~$

That’s it. You’re now logged into your NAS and can do things like execute code, create file and directory structures, etc… directly via the command line.

4 comments on “Using SSH (on Windows) to Access your Synology Command LineAdd yours →

Leave a Reply

Your email address will not be published. Required fields are marked *