Management
Currently we provide a series of tools for super easy management and administration of JoinBase.
Management
After config, you can start the server of JoinBase:
./joinbase_start
The JoinBase server will listen on multiple ports to accept connections with different protocols.
To gracefully stop the server of JoinBase:
./joinbase_stop
Administration
base_admin
base_admin
is a tool to do the UDAC(User and Device Access Control) of JoinBase.
create_user
Use subcommand create_user
creates a user with specific username and password:
base_admin create_user abc abc
list_users
Use subcommand list_users
to check the users:
base_admin list_users
help
For all tools in JoinBase, you will get help from subcommand help
.
base_admin help