Netgear ReadyNAS 316: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
mNo edit summary |
|||
| Line 16: | Line 16: | ||
apt-get install mc screen |
apt-get install mc screen |
||
==Apps== |
|||
===Transmission=== |
|||
Default is admin/admin apparently |
|||
<br>Edit /data/Transmission/config/settings.json |
|||
"rpc-enabled": true, |
|||
"rpc-password": "your_password", # note that it will be encrypted next time automatically |
|||
"rpc-port": 9091, |
|||
"rpc-username": "your_name", |
|||
"rpc-whitelist-enabled": "false", |
|||
"rpc-authentication-required": "true", |
|||
Revision as of 23:48, 5 December 2013
Links
- http://www.netgear.com/business/products/storage/readynas/readynas-desktop.aspx
- http://www.readynas.com/
- X-RAID
- ReadyNAS Developer’s Corner
- ReadyNAS Downloads
General
Initial login: admin/password
If SSH activated, root has same pwd as admin.
Update FW
Debian
System is a Debian Wheezy
apt-get update && apt-get dist-upgrade
apt-get install mc screen
Apps
Transmission
Default is admin/admin apparently
Edit /data/Transmission/config/settings.json
"rpc-enabled": true, "rpc-password": "your_password", # note that it will be encrypted next time automatically "rpc-port": 9091, "rpc-username": "your_name", "rpc-whitelist-enabled": "false", "rpc-authentication-required": "true",