Installation and user manuals are downloaded from the synology website.
Getting Started guides:
The NAS works best when keeping acls as intact as possible and keeping as few users in the administrator as possible (to protect home directories). Try only to change permissions through the control panel or file station. If you must make changes on the cli, limit to specific files or folders.
The Synology Acl Tool (/usr/syno/bin/synoacltool) is useful for managing permissions.
SSH must be enabled from the Terminal & SNMP section of the Synology control panel.
Only users in the administrator group and log in through ssh (without tampering with config files that may get overwritten by updates).
SSH keys can be used but ownership and permissions on the .ssh directory of the user's home directory must be manually updated.
Password authentication can be turned off but the sshd server must be stopped and restarted from the control panel for settings to take effect.
To install the rclone binary, download the appropriate zip file from rclone site, unzip and copy the binary to /bin. The man pages etc can be discarded.
curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip
7z x rclone-current-linux-amd64.zip
cd rclone-*-linux-amd64
chown root:root rclone
chmod 755 rclone
cp rclone /bin/
Alternatively use the rclone/rclone docker image from Docker Hub.
Install the docker image masipcat/wireguard-go from Docker Hub.
To enable the tun driver, place the following script at /usr/local/etc/rc.d/tun.sh
#!/bin/sh -e
# Installed by Keith Weddell for Wireguard VPN
insmod /lib/modules/tun.ko
Configure as for usual wireguard setup.
Hyper Backup to cloud (Synology C2).
Host websites
DNS Server