Generate a Terraria serverconfig.txt
Terraria's config file is easy to write and just as easy to have ignored, since the server will not go looking for it unless told to.
Visual Settings
serverconfig.txt
Advertisement
The serverconfig.txt format
Nothing but key=value lines, unquoted. Two settings do most of the work — the path to the world and autocreate — and together they can bite: if the path names a world that is not there and autocreate is switched on, you get a newly generated world rather than your save, with no warning.
Advertisement
The mistake that wastes an evening
Unless the launch command explicitly passes a config argument naming this file, the server never opens it. Launched plainly, it walks you through its own interactive setup instead. That is the whole story behind 'I edited the config, restarted, and nothing changed'.