Re: Dedicated server and privileged users
Posted: Mon Jul 03, 2017 3:55 pm
If you just want to give rights to a user that already connected, you can use cmdlevel to set the privileges of a) a single connection, b) the next person to connect, c) all future connections or d) all connections (present and future).
If you want more persistent privileges, you'll have to use an authentication database. Details on how that works are in /doc/README.fcdb .
That said, when connecting a client to localhost, your connection should typically receive cmdlevel "hack".
If you want more persistent privileges, you'll have to use an authentication database. Details on how that works are in /doc/README.fcdb .
That said, when connecting a client to localhost, your connection should typically receive cmdlevel "hack".