It is just not started.
the correct content of the Scripts/dedicatedServer.lua user file is:
net.set_name('ServerName')
local res = net.start_server(serverSettings)
if res ~= 0 then
log.write('Dedicated Server', log.DEBUG, 'Failed to start server with code: ', res)
end