joni1802 / ts3-manager

A modern web interface for maintaining Teamspeak3 servers
https://www.ts3.app
MIT License
200 stars 23 forks source link

Cannot follow guide #59

Closed qualk closed 3 years ago

qualk commented 3 years ago

Hello, I cannot run the command sudo adduser --system --no-create-home --group --disabled-password ts3-manager in Arch Linux, as adduser is not a valid command. What is the equivalent command (I looked on Stack Exchange and stuff, but I want to make sure)?

joni1802 commented 3 years ago

I think Arch Linux only supports useradd. Take a look at the ArchWiki > User Management for more details.

It is also not absolutely necessary! You can also run the panel via root...

True. But as already mentioned in the documentation it is more secure to run it under a different user with less permissions.