[Release] Webmanager v2 DISCONTINUED

Perfect idea, I can also do it with HTML via POST. Awesome, thanks.

@Slluxx Even following your information, I can not log into the system (ACP Login). Could you be more specific in how to configure? Please.

acp\inc\config.php

line 9
array(
“name” => “favelados”,
“ip” => “xxx.xxx.xx.xxx”,
“port” => “30120”,
“rcon” => “xxxxxxx”
),
array(
“name” => “favelados”,
“ip” => “xxx.xxx.xx.xxx”,
“port” => “30120”,
“rcon” => “xxxxxxx”

Line 34
array(
“username” => “user1”,
“password” => “xxxxxx”,
“steam” => “steam:my id”,

1 Like

i already was way too specific. i wrote enough to make it understandable.

$servers = array(
    array(
		"name"	=> "server1",
        "ip"	=> "1.23.23.123",
		"port"	=> "30170",
		"rcon"	=> "server rcon password"
    ),
	array(
		"name"	=> "server2",
        "ip"	=> "1.23.23.123",
		"port"	=> "30180",
		"rcon"	=> "server rcon password"
    )
);

$servers mean its multiple. if you have just one server, you remove that part:

,
	array(
		"name"	=> "server2",
        "ip"	=> "1.23.23.123",
		"port"	=> "30180",
		"rcon"	=> "server rcon password"
    )

and probably you didnt read this (the login part)

// REAL STEAM IDS (64) -> http://steamid.io
// class names (colors) are from -> https://getbootstrap.com/docs/4.0/components/badge/#contextual-variations
// pasword hashes are generated from -> http://www.sha1-online.com/
// rights are : login, kick, ban, rcon - should be self explanatory

which is right above the code for your data.

  • set a username
  • go to that domain and hash a password
  • put the password hash in the “password” field thing in the code
  • you log in with your normal password and not your hash

the ban not working 1

It bans people until the server restarts.

I can not do it like it should.
I edited the RCON password, I put the IP, I still can not log into the ACP

See the pictures
Imgur
Imgur
Imgur

if you look in the config you can see where to put a user/password for the ACP

fixed a bug where players didnt got banned

How can I see the real ID´s players?

Goto rcon an type “rcon status”

The ID that’s right on the home page next to the name

i banned one of my friends to test and it only did a kick and they were able to rejoin…
I also Banned myself. and i was able to instantly rejoin the server, using the newest update @ 2/15/18

wierd. ill look into it

1 Like

thank you :slight_smile:
20 char

Web-whitelist would be a nice implementation to this.

it only gives you options that fivem offers by native.

@Slluxx
I really like that :wink: thx for this usefull release. Maybe you can include something like a DB-Noticepad where Admins and Moderators Kicks (warnings for) and Bans (xxx banned because, until etc.) write in?

[BUG]
If I ban one with Action/Ban teh person can join again on the server…is there a place where i must include the saveposition of ban.txt?

ban.txt? there is nothing like that. it uses the default fivem ban which only lasts till the server restarts.

Thx for answering so fast…and greetings from German-RP-Server :wink:

…so on… @Slluxx I mean if I bon normaly on our ESX-Systemserver it will be writen in a ban.txt file. My question was where your bans are writen in? Because I ban one for test, he will kicked with message, but can join back.

Thx for the “DB-Noticepad” tip :wink:

GreetZ NebelRebell