Answer the question
In order to leave comments, you need to log in
How to make a game server from localhost into a vps?
There is a server folder and a game, I tested it on XAMPP, but right now I need to transfer the game server from localhost to the VPS, what commands should I enter in putty and what should I change in the Config.php file? logically password, instead of localhost ip vps , and server 1 ip and port? leave?
"host" => "localhost",
"username" => "root",
"password" => "",
"dbname" => "Nova",
"userTableName" => "users",
"mailTableName" => " mail",
"stampTableName" => "stamps",
"iglooTableName" => "igloo",
"Server1Port" => "6113",
"BotOnGame" => true,
"BotName" => "iWaddle.me",
"BotMood" => "RRWWWAARRR. I'M A BOT!",
"ShowCommands" => 0,
"Censored" => 0,
"CommandPrefix" => "!",
"DebugMode" => true
Answer the question
In order to leave comments, you need to log in
I honestly read your question four times
.
"host" => "localhost",
"username" => "root",
"password" => "",
"Server1Name" => "Abominable",
"Server1IP" => "127.0.0.1",
"Server1Port" => "6113",
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question