[Release] Webmanager v2 DISCONTINUED

I updated the webmanager so you should not get that error when you redownload it.

This is great. Going to be integrating it into my CAD’s admin section.

@Slluxx Request. When you implement the start/stop feature, please make sure it’s linux compatible.

I have problem that i have set rcon password, everything is set but when i try to do some stuff from web manager it says rcon password is not set

Did you set the rcon?

Its going to be linux only

1 Like

you need to set the rcon password the same as in the (gameserver) config.

Or it couldnt work altogether hahaha

Lol im not that noob… I have same rcon password in config as in server.cfg… Same rcon… and its written good in server.lua and in config too so idk where´s problem

send me an example of your config

<?php

$websiteTitle = "Web Manager";
$securityKey = "*9x56****"; // basically prevents others from sending rcon commands by exploiting the site


$servers = array(
    array(
		"name"	=> "Roleplay",
        "ip"	=> "**.203.***.239",
		"port"	=> "30***",
		"rcon"	=> "***b$ih53M0rtR9@L***"
    ),
	array(
		"name"	=> "Drift",
        "ip"	=> "**.203.***.239",
		"port"	=> "30***",
		"rcon"	=> "***b$ih53M0rtR9@L***"
    ),
		array(
		"name"	=> "Zombie",
        "ip"	=> "**.203.***.239",
		"port"	=> "30***",
		"rcon"	=> "***b$ih53M0rtR9@L***"
    )
);


$logins = array( // Username, Password (http://www.sha1-online.com/) 
	["sheen", "0b0eb62309d15e2bd4***********33bc3cc01074"],
	["morho", "062ac97398fa64cadc10cf13c**********04618f66ee"],
	["brianmsk", "07b135b0e3634ea2bad0df3fd384e**********"]
);


$groups = array( // REAL STEAM IDS (64) -> http://steamid.io | class names (colors) are from -> https://getbootstrap.com/docs/4.0/components/badge/#contextual-variations
	array(
		"name"	=> "Admin",
		"class" => "badge badge-danger",
        "members"	=> array(
			"morho" 	=> "steam:110000108*******"
			"brianmsk"		=> "steam:1100001*******"
			"sheen"		=> "steam:1100001******"
		),
	),
	array(
		"name"	=> "Moderator",
		"class" => "badge badge-info",
        "members"	=> array(
			"user3" 		=> "steam:4324564"
		),
	)
);
?>

you are missing commas in multiple lines at the “groups” array.

its still working i just have problem that my ubuntu console output me every time i do something from web manager that i have to set rcon password but its already set

fix the commans just because “something is working” doesnt mean you should leave wrong code.
and if everything is working whats the problem

like not everything… im bit of faggot when i try to do something from web manager i have output in my console that i havent created rcon password… but i´ve created one,

fix the commas, then we see

Commas fixed… and my rcon password is set in server.cfg but still this The server must set rcon_password to be able to use this command.

what? server.lua?

i dont know whats wrong and im pretty sure its something on your end. It works for multiple servers of mine and other servers aswell

my mistake server.cfg … just idk where is problem

let someone join your server and then try to kick him. does that work?

no it writes that shit i posted before… that rcon password is not set… but as i said its already set