Auf dieser Seite wird ganz gut erklärt wie man die neue Version von Transmission 2.12 installieren.
Habe mal ne Frage wie kann ich einen Benutzer hinzufügen versteh das nicht ganz kann mit meinemNAS:9091 auf die webui von Transmission zugreifen.Aber Ohne Benutzer Login und jetzt kann man einfach so drauf zugreifen, nicht gut.
Diese Nummer verstehe ich nicht ganz wie ich das mit vi genau machen soll.
3. Edit the settings.json using the command vi /usr/local/transmission/var/settings.json
4. Set rpc-authentication-required to true.
5. Set rpc-username to the username of your choice.
6. Set rpc-password to the password of your choice (type it in plain text, it will be encrypted the next time you start the service).
So sieht mein File aus
{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 2,
"dht-enabled": true,
"download-dir": "/volume1/transmission/download",
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/var/services/homes/transmission/Downloads",
"incomplete-dir-enabled": false,
"lazy-bitfield-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": 0,
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "test",
"rpc-port": 9091,
"rpc-username": "test",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 2,
"upload-slots-per-torrent": 14,
"watch-dir": "/volume1/transmission/incoming",
"watch-dir-enabled": true
}
Ein User ist erstellt aber trotzdem ist kein Login da
Habe mal ne Frage wie kann ich einen Benutzer hinzufügen versteh das nicht ganz kann mit meinemNAS:9091 auf die webui von Transmission zugreifen.Aber Ohne Benutzer Login und jetzt kann man einfach so drauf zugreifen, nicht gut.
Diese Nummer verstehe ich nicht ganz wie ich das mit vi genau machen soll.
3. Edit the settings.json using the command vi /usr/local/transmission/var/settings.json
4. Set rpc-authentication-required to true.
5. Set rpc-username to the username of your choice.
6. Set rpc-password to the password of your choice (type it in plain text, it will be encrypted the next time you start the service).
So sieht mein File aus
{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 2,
"dht-enabled": true,
"download-dir": "/volume1/transmission/download",
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/var/services/homes/transmission/Downloads",
"incomplete-dir-enabled": false,
"lazy-bitfield-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": 0,
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "test",
"rpc-port": 9091,
"rpc-username": "test",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 2,
"upload-slots-per-torrent": 14,
"watch-dir": "/volume1/transmission/incoming",
"watch-dir-enabled": true
}
Ein User ist erstellt aber trotzdem ist kein Login da
Zuletzt bearbeitet: