diff --git a/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua b/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua
index 517cf2b7baed66c0d7e21f026435cab79d0a9115..9c1ee2fbb99d412f2a2ba4b3445e6e04ae7a0f43 100644
--- a/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua
+++ b/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua
@@ -7,6 +7,7 @@ local f, s, o
 configmode.setup_fastd_secret(meshvpn_name)
 
 f = SimpleForm("wizard", "Willkommen!", "Willkommen zum Einrichtungsassistenten für deinen neuen Lübecker Freifunk-Knoten.  Fülle das folgende Formular deinen Vorstellungen entsprechend aus und klicke anschließend auf den „Senden“-Button.")
+f.reset = false
 
 s = f:section(SimpleSection, "Grundeinstellungen", nil)