luceos That's reasonable that currently beta flarum simply doesn't have the admin interface. The reason this issue came up is I'm working on some scripts to do an automated deploy of Flarum and the design of "All initial setup is run through an admin web interface and then seeded in the database" means that automated deploys before the DB is seeded require a script to actually set up those seeds (or worse, load the webUI and submit the forms in some automated way).
I don't want to drop the config table entirely because as the need for more than one instance arises it's good that they can all draw their config from the database. What would be nice is the ability to pass a configuration static file with the necessary properties to seed the db for initial setup in order to skip the webUI entirely.
As far as operators of varying skill level, at a certain point an operator might want to be able to provision new instances without ever using the web installer.
Thanks for your quick reply and for indulging me