-
Notifications
You must be signed in to change notification settings - Fork 68
Installation on Synology NAS
Ron Klinkien edited this page Aug 1, 2022
·
1 revision
Install ‘Python3’ and ‘Git Server’ Packages in your Synology
Enable SSH access
- Login into your DSM with your administrator account
- Open the Control Panel
- Go to Terminal & SNMP
- Check Enable SSH Service
- Set Port: 32
- Open Advanced Settings
- Set the security level to High
- Click Apply on the Advanced Settings window
- Click Apply on the Control Panel window
Commands:
ssh user@IP-Synology -p32 (use your username and the IP address of your NAS)
sudo python3 -m ensurepip
sudo python3 -m pip install --upgrade pip
python3 -m pip install --upgrade py3cw
python3 -m pip install --upgrade apprise
python3 -m pip install --upgrade telethon
git clone https://github.com/cyberjunky/3commas-cyber-bots.git
cd 3commas-cyber-bots
python3 -m pip install -r requirements.txt
python3 ./compound.py (or other script(s) you want to run)
Edit the .ini file with texteditor.
Run again to start script.
python3 ./compound.py