M
M
MaxZak2016-03-08 11:19:32
ubuntu
MaxZak, 2016-03-08 11:19:32

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

1 answer(s)
D
Dmitry Krymtsev, 2016-03-08
@krimtsev

I honestly read your question four times
.

"host" => "localhost",
"username" => "root",
"password" => "",

these lines do not need to be touched, just when connecting to the server, specify the localhost instead of the IP address of your VPS
"Server1Name" => "Abominable",
"Server1IP" => "127.0.0.1",
"Server1Port" => "6113",

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question