Database Drivers
Last updated
Was this helpful?
Last updated
Was this helpful?
Skyrim Multiplayer mimics the original game behavior, so unlike many multiplayer mods in other games, it stores world and players data automatically.
This page describes the differences between database drivers and their functionality.
Skyrim Multiplayer uses file
driver by default. Default databaseName
is world
. So if you change nothing in the config file, the server would save all data using world
subdirectory of the server folder. Only relative paths are supported.
Uses MongoDB to store data. Built for servers targeting real-world players from the Internet, not testers or a couple of your friends you play in coop with.
databaseUri
is a mongo URI used to connect to a remote MongoDB instance.
We recommend as a cloud database service.
A special database driver is used to move from one type of database to another on the fly. Do not forget to backup everything before using this.