Index: scripts/usr/local/lib/7dtd/commands/instances.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/instances.sh	(revision 480)
+++ scripts/usr/local/lib/7dtd/commands/instances.sh	(revision 481)
@@ -75,5 +75,4 @@
 	
 	$EDITOR $IPATH/config.xml
-	configSetAutoParameters "$INSTANCE"
 	
 	if [ -f "$SDTD_BASE/templates/admins.xml" ]; then
Index: scripts/usr/local/lib/7dtd/commands/start.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/start.sh	(revision 480)
+++ scripts/usr/local/lib/7dtd/commands/start.sh	(revision 481)
@@ -56,5 +56,5 @@
 		SSD_DAEMON="--background --no-close"
 		SSD_USER="--chuid $SDTD_USER:$SDTD_GROUP --user $SDTD_USER"
-		OPTS="-logfile $LOG -nographics -configfile=$(getInstancePath $1)/config.xml"
+		OPTS="-logfile $LOG -nographics -configfile=$(getInstancePath $1)/config.xml -TelnetEnabled=true -AdminFileName=admins.xml -UserDataFolder=$(getInstancePath $1) "
 		
 		if [ "$(uname -m)" = "x86_64" ]; then
Index: scripts/usr/local/lib/7dtd/commands/updateengine.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/updateengine.sh	(revision 480)
+++ scripts/usr/local/lib/7dtd/commands/updateengine.sh	(revision 481)
@@ -174,6 +174,6 @@
 			PASSWORDARG=-betapassword $BRANCHPASSWORD
 		fi
-		#echo ./steamcmd.sh +login anonymous +force_install_dir $SDTD_BASE/engine +app_update 294420 -validate -beta $BRANCHNAME $PASSWORDARG +quit
-		./steamcmd.sh +login anonymous +force_install_dir $SDTD_BASE/engine +app_update 294420 -validate -beta $BRANCHNAME $PASSWORDARG +quit
+		#echo ./steamcmd.sh +force_install_dir $SDTD_BASE/engine +login anonymous +app_update 294420 -validate -beta $BRANCHNAME $PASSWORDARG +quit
+		./steamcmd.sh +force_install_dir $SDTD_BASE/engine +login anonymous +app_update 294420 -validate -beta $BRANCHNAME $PASSWORDARG +quit
 
 		if [ -d /usr/local/lib/7dtd/server-fixes ]; then
