Does Anyone Know How To Create Users On MineOS? I want To Allow My Friends To Be Able To Make Sevrers>
1 Like
In the command line type:
adduser -G mc username
adduser is the command.
-G mc makes the user a member of the mc group.
username is the login id.
Then follow the prompts.
1 Like