Difference between revisions of "Adding a new user"
From Pulsed Media Wiki
(Created page with "== Setting up the local user == cd /scripts ./addUser.php '''username''' '''password''' '''rTorrent Memory limit''' '''HDD Quota in Gigabytes''' For example: cd /scripts ./...") |
(→Setting up the local user) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Setting up the local user == | == Setting up the local user == | ||
− | + | ||
− | ./addUser.php '''username | + | ./addUser.php '''[username] [password] [rTorrent Memory limit] [HDD Quota GiB] [Traffic Limit GiB] |
For example: | For example: | ||
Line 8: | Line 8: | ||
./addUser.php johndoe secretpassword 250 115 | ./addUser.php johndoe secretpassword 250 115 | ||
− | Sets up user with name johndoe, password secretpassword with 250Mb rTorrent RAM | + | Sets up user with name johndoe, password secretpassword with 250Mb rTorrent RAM, and 115Gb HDD quota. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Traffic limit is optional. | |
− | |||
+ | Access GUI by https://YOURSERVER/user-johndoe/ | ||
− | [[Category | + | [[Category:PM Software Stack Guides]] |
+ | [[Category:Guides]] |
Latest revision as of 22:30, 9 May 2021
Setting up the local user
./addUser.php [username] [password] [rTorrent Memory limit] [HDD Quota GiB] [Traffic Limit GiB]
For example:
cd /scripts ./addUser.php johndoe secretpassword 250 115
Sets up user with name johndoe, password secretpassword with 250Mb rTorrent RAM, and 115Gb HDD quota.
Traffic limit is optional.
Access GUI by https://YOURSERVER/user-johndoe/