Resource runtime
Isolated client and server Lua VMs with lifecycle cleanup, synchronization, events, exports, and scheduling.
Synchronized resources, custom content, persistence, permissions, and runtime tooling for Valheim servers.
ensure, WebAdmin, permissions, updates, and day-to-day operation.my_resource/
manifest.lua
client.lua
server.lua-- server.lua
RegisterCommand('hello_valheim', function(source)
Player.Notify(source, 'Hello from Lua!', 'TopLeft')
end, false)Add ensure my_resource to server.cfg, restart the resource, and the command is live. If you are operating a server, begin with the server owner quick start. If you are writing Lua, start with the installation and first-resource guide.