File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,21 @@ Usage Example
4343 pprint(qnap.get_volumes())
4444 pprint(qnap.get_bandwidth())
4545
46- **Note: ** The user you connect with must be in the admin group. It doesn't necessarily
47- need to be THE "administrator" account, but you do need to use some account in the
48- administrators group. MFA must also be disabled for that user for this library to work.
46+ Account
47+ =======
48+ The account you connect with must have system monitoring permissions. The simplest
49+ option is to put it in the admin group; it doesn't necessarily
50+ need to be THE "administrator" account, but you can use some account in the
51+ administrators group.
52+
53+ Alternatively you can configure a normal account and enable Delegated Administration
54+ in control panel, and activate "System Monitoring."
55+
56+ Once the account is created, and/or you upgrade to a newer of like QTS 5,
57+ blso be sure to log into your NAS and complete any agreements, warnings, wizards, etc.
58+ that may prevent this library from using the QNAP API.
59+
60+ MFA/2FA must also be disabled for that user for this library to work.
4961
5062Device Support
5163==============
You can’t perform that action at this time.
0 commit comments