diff --git a/index.js b/index.js
index e4afe5411b0da01194257641f1d94198706bd399..35859e58850c5fc1dc32fa7276b3bb27667792b4 100644
--- a/index.js
+++ b/index.js
@@ -11,7 +11,7 @@ const webminController = require('./server/controller/webmin.js');
 
 // Inject 'webstart' command if no argument was given
 if (process.argv.length === 2) {
-  process.argv.push('webstart');
+  process.argv.push('direct_webstart');
 }
 
 module.exports = {