The documentation https://www.postgresql.org/docs/13/server-start.html offers this command:
$ postgres -D /usr/local/pgsql/data
But with this command I get the following error:
Running the PostgreSQL server by a user with administrator rights is not allowed. The server must be started with an unprivileged user to prevent any security issue on the server. See the documentation for more information on running the server clean.*