GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SUPYSONIC-CLI-USER(1) Supysonic SUPYSONIC-CLI-USER(1)

supysonic-cli-user - Supysonic user management commands

supysonic-cli user --help

supysonic-cli user list

supysonic-cli user add <user> [--password <password>] [--email <email>]

supysonic-cli user delete <user>

supysonic-cli user changepass <user> [--password <password>]

supysonic-cli user setroles [--admin | --noadmin] [--jukebox | --nojukebox] <user>

supysonic-cli user rename <user> <newname>

The supysonic-cli user subcommand manages users, allowing to list them, add a new user, delete an existing user, and change their password or roles.

List all the users.
Add a new user named <user>. Will prompt for a password if it isn't given with the --password option.
Delete the user <user>.
Change the password of user <user>. Will prompt for the new password if not provided.
Give or remove rights to user <user>.
Rename the user <user> to <newname>.

Shows help and exits. Depending on where this option appears it will either list the available commands or display help for a specific command.
Specify the user's password upon creation.
Specify the user's email.

The next options relate to user roles. They work in pairs, one option granting a right while the other revokes it; obviously options of the same pair are mutually exclusive.

The long options are named with the matching right, prefix it with a no to revoke the right. For short options, the upper case letter grants the right while the lower case letter revokes it. Short options might be combined into a single one such as -aJ to both revoke the admin right and grant the jukebox one.

Grant admin rights.
Revoke admin rights.
Grant jukebox rights.
Revoke jukebox rights.

To add a new admin user named MyUserName having password MyAwesomePassword:

$ supysonic-cli user add MyUserName -p MyAwesomePassword
$ supysonic-cli user setroles -A MyUserName


supysonic-cli (1), supysonic-cli-folder (1), supysonic-server (1), supysonic-daemon (1)

Louis-Philippe Véronneau, Alban Féron

2013-2023, Alban Féron

December 15, 2024 0.7.9

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.