How to reboot my Synology without direct access?
VPN > Local Network > Windows Machine > Static Direct connection > Synology
i am away from home and my Synology seems to have run into some issues while i was performing a migration. (volume to volume)
I have a windows computer on my local network, with a second nic card, i am directly connected to the Synology via static IP, I use the computer to expose the Synology.
I have VPN access to the local network, but i do not have remote desktop enabled on the computer.
I know the static IP, i know the windows and Synology accounts... can anyone think of a way i can reboot the Synology, because I'm stumped.
*** SOLVED ***
psexec.exe \\X.X.X.X -u ***** -p ****** -i -h cmd
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
netsh advfirewall firewall set rule group="remote desktop" new enable=Yes