- ServUO Version
- Publish 57
- Ultima Expansion
- None
Hi everyone,
I’m setting up my first ServUO shard on a Linux environment and I’d like some guidance to make sure I’m not missing something fundamental.
Things I checked:
Questions:
Questions:
Is using make + mono ServUO.exe the correct workflow on Ubuntu?
Any guidance or best practices would be really appreciated!
Thanks a lot!
I’m setting up my first ServUO shard on a Linux environment and I’d like some guidance to make sure I’m not missing something fundamental.
Issues
1. Accounts are not persisting
Every time I restart the server, I get:It seems like the account is not being saved at all.“This server has no accounts. Do you want to create the owner account now?”
Things I checked:
- Saves/ folder exists
- I waited a bit before shutdown
- I’m running the server via:
mono ./ServUO.exe -release
Questions:
- Do I need to manually trigger a save?
- Is there something specific on Linux/Mono that prevents account saving?
- Could this be a permissions issue?
2. World is empty (no NPCs / monsters)
Cities are completely empty, no NPC and no monstersQuestions:
- Do I need to manually generate or spawn the world?
- Is there a command I should run (e.g. Respawn / WorldGen / Decorate)?
- Does ServUO require XMLSpawner or a spawn pack by default?
3. General setup doubts
Since this is my first Linux setup:Is using make + mono ServUO.exe the correct workflow on Ubuntu?
- Are there known issues with Mono and server console (I had crashes before fixing libz)?
- Any recommended baseline steps after a fresh install (world gen, doors, spawns, etc.)?
Any guidance or best practices would be really appreciated!
Thanks a lot!