diff --git a/modules/setup/application/forms/AuthBackendPage.php b/modules/setup/application/forms/AuthBackendPage.php
index fac2a7bbd..bd820d352 100644
--- a/modules/setup/application/forms/AuthBackendPage.php
+++ b/modules/setup/application/forms/AuthBackendPage.php
@@ -112,7 +112,7 @@ class AuthBackendPage extends Form
         }
 
         $this->addElements($backendForm->getElements());
-        $this->getElement('name')->setValue('icingaweb');
+        $this->getElement('name')->setValue('icingaweb2');
     }
 
     /**