Xtreme Gaming Network

Web Based Server Manager

Author Topic: Web Based Server Manager  (Read 77886 times)

Offline Phil.8

  • RestrictedRacing
  • Hero Member
  • *
  • Posts: 4158
  • Karma: 62
  • Δ8
    • View Profile
Re: Web Based Server Manager
« Reply #75 on: October 18, 2015, 11:54:32 AM »
thanks Joe.  I just noticed my AC server just updated on steam.  Do I have to do anything to update server ?
The sun is the same in a relative way but you're older

Offline Joe

  • Hero Member
  • *****
  • Posts: 2368
  • Karma: 39
    • View Profile
Re: Web Based Server Manager
« Reply #76 on: October 18, 2015, 02:24:54 PM »
thanks Joe.  I just noticed my AC server just updated on steam.  Do I have to do anything to update server ?

It depends what they updated, if they updated the server app itself you'd find your server would stop running. Mine still is so can't be that, so it could be car/track data. If that's the case you could find checksums with something they updated. To be on the safe side you could update the content folder, but you'd need to run my .bat file first. I'd just leave it for now, if you find you change your server to some combo causing a checksum just update it then :)

Offline Wally

  • Administrator
  • Hero Member
  • *****
  • Posts: 11033
  • Karma: 152
  • AC Admin
    • View Profile
Re: Web Based Server Manager
« Reply #77 on: October 18, 2015, 04:19:48 PM »
1.3.3 didn't change the server, but probably changed some cars.
“You can please some of the people all of the time, you can please all of the people some of the time, but you can’t please all of the people all of the time”

Offline Joe

  • Hero Member
  • *****
  • Posts: 2368
  • Karma: 39
    • View Profile
Re: Web Based Server Manager
« Reply #78 on: October 18, 2015, 07:39:28 PM »
Did the presets functionality today, could just do with a few tweaks like confirming before overwriting, and saving the changes to a page before saving a preset.


Offline Phil.8

  • RestrictedRacing
  • Hero Member
  • *
  • Posts: 4158
  • Karma: 62
  • Δ8
    • View Profile
Re: Web Based Server Manager
« Reply #79 on: October 18, 2015, 09:24:47 PM »
oooo presets will be handy, 

And I am afraid to tell you its time to teach me more :) getting checksum on some cars   Formula arbarth was one
The sun is the same in a relative way but you're older

Offline Joe

  • Hero Member
  • *****
  • Posts: 2368
  • Karma: 39
    • View Profile
Re: Web Based Server Manager
« Reply #80 on: October 18, 2015, 10:19:35 PM »
Copy your server/content/cars directory to your server and overwrite any changes. As its existing cars you already have the additional stuff the web manager needs on there.

Would only be new cars or tracks where you need the batch file.

Offline Gratulin

  • Hero Member
  • *****
  • Posts: 2159
  • Karma: 44
    • View Profile
Re: Web Based Server Manager
« Reply #81 on: October 18, 2015, 10:30:52 PM »
Getting pretty expert now :D

Offline Phil.8

  • RestrictedRacing
  • Hero Member
  • *
  • Posts: 4158
  • Karma: 62
  • Δ8
    • View Profile
Re: Web Based Server Manager
« Reply #82 on: October 19, 2015, 12:56:00 PM »
well that wasn't to difficult :0  thanks :)
The sun is the same in a relative way but you're older

Offline Luis Mercury

  • Newbie
  • Posts: 9
  • Karma: 0
    • View Profile
Re: Web Based Server Manager
« Reply #83 on: August 21, 2016, 05:00:33 PM »
Hi,

My name is Luis Mercury from Argentina.

This tool is very interesting for us.

Is it  operational and functional for AC 1.7?

Offline Joe

  • Hero Member
  • *****
  • Posts: 2368
  • Karma: 39
    • View Profile
Re: Web Based Server Manager
« Reply #84 on: August 21, 2016, 05:04:24 PM »
Hi,

My name is Luis Mercury from Argentina.

This tool is very interesting for us.

Is it  operational and functional for AC 1.7?

Hi. I havent maintained it for around 12 months. It probably will work, but it depends on any ini changes.

Offline Luis Mercury

  • Newbie
  • Posts: 9
  • Karma: 0
    • View Profile
Re: Web Based Server Manager
« Reply #85 on: August 22, 2016, 04:43:52 AM »
Hi Joe,

Here in Argentina We have same problem....high ping with Europe and EEUU.

Then we need to create our own server for Assetto Corsa and Your tool It's we need.

http://clubsimracing.foroargentina.net/

Can You help us?

I can contribute some beers to the help :-)

If you use "Teamviewer"...

https://www.teamviewer.com/en/download/windows/

I can give access to our server for correct setting.

Thank in advance.

Best regards

Luis Mercury from Argentina

Offline Luis Mercury

  • Newbie
  • Posts: 9
  • Karma: 0
    • View Profile
Re: Web Based Server Manager
« Reply #86 on: August 22, 2016, 05:31:47 AM »
I have this error !



In settings.js I wrote.....

module.exports = {
  serverPath: 'C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server3',
  contentPath: 'C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server3\content',
  sTrackerPath: '',
  username: 'assetto',
  password: 'corsa',
  port: 3000
};

Can you help me?

Thks


Offline Joe

  • Hero Member
  • *****
  • Posts: 2368
  • Karma: 39
    • View Profile
Re: Web Based Server Manager
« Reply #87 on: August 22, 2016, 11:18:41 AM »
I have this error !



In settings.js I wrote.....

module.exports = {
  serverPath: 'C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server3',
  contentPath: 'C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server3\content',
  sTrackerPath: '',
  username: 'assetto',
  password: 'corsa',
  port: 3000
};

Can you help me?

Thks

It looks like you're missing the trailing slash on the paths in the config files. It needs '\' at the end like below. If you have further problems and are happy for me to get on your server PM me the RDP details and I'll take a look.


module.exports = {
  serverPath: 'C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server3\',
  contentPath: 'C:\Program Files (x86)\Steam\steamapps\common\assettocorsa\server3\content\',
  sTrackerPath: '',
  username: 'assetto',
  password: 'corsa',
  port: 3000
};

Offline Luis Mercury

  • Newbie
  • Posts: 9
  • Karma: 0
    • View Profile
Re: Web Based Server Manager
« Reply #88 on: August 22, 2016, 01:34:41 PM »
Hi Joe,

I have difficulty or problem to send pm

Can You send me e-mail to luismibarrera@gmail.com

I send you password of our server in Buenos Aires.

Best Regards

Offline Luis Mercury

  • Newbie
  • Posts: 9
  • Karma: 0
    • View Profile
Re: Web Based Server Manager
« Reply #89 on: August 24, 2016, 03:19:56 AM »
Hi Joe,

Sorry....I have this error



Can you help me?

 Having the web interface makes changes very easy.
« Last Edit: August 24, 2016, 04:14:53 AM by Luis Mercury »

 

SimplePortal 2.3.5 © 2008-2012, SimplePortal