View File
FiveM txadmin
I have made a huge update on this config it will now make a user and the correct path to the server-data folder without needed to make the setup. Ps i want to make a linux version but i dont have linux machine so i cant make one.
The username for txadmin will always be the same username as the tcadmin user are.
Password will always be "masterpassword123" If you want to change that password go to configuration files inside the fivem config. Then change the password hash just remember you have to set a password hash you cant use a normal password. Txadmin its using bcrypt encrypt. So need to be encrypt with bcrypt password hash.
Automatic installing latest version of esx legacy and qbcore white automatic MySql string automatically
Update server-data folder to the latest version
Update to latest artifacts version
Txadmin panel link.
Disclaimer, If you have installed fivem on a other disk you have to change that in the configuration files.
Disclaimer. You dont need to make this step and its for you own risk. "This step its only for MySQL manager" If you want mod installer to put mysql password, username and databas name automatic. But to make that work you need to run this command in your mysql.
Add this to you Tcadmin Database
REPLACE INTO `tc_default_variables` (`source`, `variable_id`, `is_custom`, `display_name`, `name`, `default_value`, `variable_type`, `is_script`, `read_only`, `view_order`) VALUES
('TCAdmin.GameHosting.SDK.Objects.Service', 1003, 1, 'Service - _MySQLPlugin::Username', '_MySQLPlugin::Username', '$ipy<%ReturnValue = ThisService.Variables.GetValue(\'_MySQLPlugin::Username\')%>', 1, 1, 0, 1000),
('TCAdmin.GameHosting.SDK.Objects.Service', 1004, 1, 'Service - _MySQLPlugin::Password', '_MySQLPlugin::Password', '$ipy<%ReturnValue = ThisService.Variables.GetValue(\'_MySQLPlugin::Password\')%>', 1, 1, 0, 1000),
('TCAdmin.GameHosting.SDK.Objects.Service', 1005, 1, 'Service - _MySQLPlugin::Database', '_MySQLPlugin', '$ipy<%ReturnValue = ThisService.Variables.GetValue(\'_MySQLPlugin::Database\')%>', 1, 1, 0, 1000);
Submitter
LaGgIs
Submitted
8/11/2022
Category
Game Configs