Help with running a command prompt exe on the nfo webhost

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
ODman
New to forums
New to forums
Posts: 4
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Oct 06, 2013 5:50 am

Help with running a command prompt exe on the nfo webhost

Post by ODman »

Hi, new here.

I was wondering if i am able to run a command prompt exe on the web host?

This is so the game server i rented from here can access player data from several servers.

Thanks for any replys.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Help with running a command prompt exe on the nfo webhos

Post by soja »

Do you literally mean a windows exe file?

Nfo webhosting is on Linux virtual machines
Not a NFO employee
ODman
New to forums
New to forums
Posts: 4
Joined: Sun Oct 06, 2013 5:50 am

Re: Help with running a command prompt exe on the nfo webhos

Post by ODman »

There is two versions of running this. 1 is not a windows version and the other is not.

This is for the game Killing Floor by the way.

Info here:

This is an application I wrote in C++ which basically works as a remote database for your perks stats. In order to use this you need:
- A dedicated server machine that's on Windows OS.
- Setup a Port and Password in Host.ini:
Quote:
[General]
Port=6000
Password="Pass"
- Do the same on ServerPerksV4.ini (including set IP-address or DNS name of the host):
Quote:
[ServerPerksMut.ServerPerksMut]
RemotePort=6000
bUseRemoteDatabase=True
RemoteDatabaseURL=192.168.1.33
RemotePassword=Pass
- Make sure you allow the application to access internet through Firewall and/or Router (open the desired port).
- IF you have any earlier stats on server, copy over ServerPerksStat.ini to same folder as ServerPerksHost.exe and launch the exe as: ServerPerksHost.exe ServerPerksStat.ini
This way it will convert to the new stats ini file. After this is done delete all ServerPerksStat.ini you have.
- Now simply launch up KillingFloor server as-well as ServerPerksHost.exe.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Help with running a command prompt exe on the nfo webhos

Post by soja »

By the looks of what you posted it sounds like you need a windows server. As i said Nfo web hosting is linux. If you really Wat to run this though, you can get a windows virtual machine here.

Pm me on steam if you do not want to buy a vds for this, i may be able to help you out.

Http://steamcommunity.com/id/soja992
Not a NFO employee
ODman
New to forums
New to forums
Posts: 4
Joined: Sun Oct 06, 2013 5:50 am

Re: Help with running a command prompt exe on the nfo webhos

Post by ODman »

I have added you on steam.

Talk to you on there
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Help with running a command prompt exe on the nfo webhos

Post by soja »

I am at work right now i will accept in around 6 hours when i am home
Not a NFO employee
ODman
New to forums
New to forums
Posts: 4
Joined: Sun Oct 06, 2013 5:50 am

Re: Help with running a command prompt exe on the nfo webhos

Post by ODman »

Thanks.

I'll be going to sleep now as it is late here. I might be on in 10 hours.
Post Reply