Requirements to set aviator in your game:-- 1:-- Aapanel 2:-- Cpanel 3:-- 2 domains(1st for bigdaddy and 2nd for aviator ) Steps to install aviator in your bigdaddy or tiranga Step1: Create two subdomains in cpanel Like ab.mydomain.in and abc.mydomain.in Step2:create a database in cpanel mydomain_ab, create the DB user DB password and give all permission to database Step3: import the yourdomain_ab sql file to your database Step4:Extract or unzip the zip files and open the abc.yourdomain folder in vscode to change the database and URL Step5:Replace the yourdomain_ab database to your cpanel database that you created Step6:replace the aapanel_abc database to your big daddy database. you will find the aapanel_abc database in abc.yourdomain/theninja/src/api/ bet.php and userapi.php replace the aapanel_ip to your aapanel ip address in both files(bet.php (line no. 394 or 395) and userapi.php(line no.33 or 34) ) Step7: replace the https://abc.yourdomain.in to your abc subdomain Step8: now convert the abc.yourdomain forlder to zip, upload in abc sumdomain file manager and extract or unzip it Step9: upload the ab.yourdomain zip to your ab subdomain file manager and extract or unzip it Step10: open the server.js file and replace the database to your yourdomain_ab and save it Step11:now create a node application with your ab.yourdomain, select the node version to 16 and write server.js in bottom input box Start the npm Step12: now you have to set remote sql in cpanel go to remote sql and write % and submit Step12: go to your aapanel phpmyadmin and find the crashbetrecord and crashgamerecord table if you didn't find the table go to sql and put these command one by one copy this command and paste in sql and click on go CREATE TABLE `crashbetrecord` ( `id` int(11) NOT NULL, `username` varchar(211) NOT NULL, `amount` int(11) NOT NULL, `status` varchar(211) NOT NULL DEFAULT 'pending', `winpoint` varchar(211) NOT NULL, `time` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; copy this command and paste in sql and click on go CREATE TABLE `crashgamerecord` ( `id` int(11) NOT NULL, `crashpoint` varchar(211) NOT NULL, `time` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; Step13: go to src/controller/usercontroller and replace the jetx domain to your abc.yourdomain Congratulation your aviator will start working make sure to follow all the above steps