AC Server Manager

Misc AC Server Manager v1.7.9

Login or Register an account to download this content
Does anyone know the differences between this version of the app and the $20 paid version on the Emperor Server Website?

Thanks.
 
Hi, i have been using the free version for more than 2 years. Some month ago the stracker plugin stopped showing the Sector times, and also in the server manager i can´t see the sectors in live-timing. Also the tracks does not show the sectors in the MAP.

What could be the problem? I already tried uninstalling the stracker, reinstalling the server, can´t make it work again...
 
Hey guys, just need a bit of help.

Using Docker to run ACSM.

Code:
-------------------------

The error occurred attempting to: Install assetto corsa server with steamcmd. Likely you do not have steamcmd installed correctly.

The error more specifically is: exit status 254

-------------------------

However, I have entered an account into config.yml and removed Steam Guard (Confirmed password is correct multiple times)

Any ideas why this would be happening? Please find my compose. I can also confirm that config.yml is in correct directory.


Code:
version: "3"

services:
  server-manager:
    image: seejy/assetto-server-manager:latest
    ports:
    # the port that the server manager runs on
    - "8772:8772"
    # the port that the assetto server runs on (may vary depending on your configuration inside server manager)
    - "9600:9600"
    - "9600:9600/udp"
    # the port that the assetto server HTTP API runs on.
    - "8081:8081"
    # you may also wish to bind your configured UDP plugin ports here.
    volumes:
    # volume mount the entire server install so that
    # content etc persists across restarts
    - /docker/corsasvr/data:/home/assetto/server-manager/assetto
    
    # volume mount the config
    - /docker/corsasvr/data/config/config.yml:/home/assetto/server-manager/config.yml
 
Been using AC Server Manager via Emperor Servers for around 3-4 years now but just noticed a reCAPTCHA anti-bot feature has been added to the championship registration process at some point.

Does anyone know a way to disable the reCAPTCHA?

We're not publicly facing with all members needing to be logged into our Server Manager in order to register. I'll be asking this of Emperor Servers as well but thought I may as well ask here as well in case someone here has the needed info.

EDIT: For anyone else wondering about this, Emperor Servers enable this by default but happily disable it for you if you ask them via lodging a support ticket as I did.

 
Last edited:
New to this and need some help, So every time i go to launch it i get an error saying

The error occurred attempting to: Read configuration file (config.yml)
The error more specifically is: yaml: line 41: could not find expected ':'
 
New to this and need some help, So every time i go to launch it i get an error saying

The error occurred attempting to: Read configuration file (config.yml)
The error more specifically is: yaml: line 41: could not find expected ':'
Hi I have the exact same problem. any tips please.?
 
Hi I have the exact same problem. any tips please.?
Ok I found the error I had. when entering the instal path in the config file, I did not put a space between install_path: and the D:\........
# where to install assetto corsa server
install_path: D:\SteamLibrary\steamapps\common\assettocorsa\server
 
Need help when i try to join the server this happen
 

Attachments

  • Screenshot 2024-06-12 021550.png
    Screenshot 2024-06-12 021550.png
    9 KB · Views: 4
also remember that you will have to open the ports you use for the server (UDP\TCP\HTTP) in your router otherwise they will not communicate.
to give you an example, I'll send you my settings of the first lines of the "config.json" file where there are the ports to assign and therefore also to open in your router:
"ac_server_http_port": 8081,
"ac_server_plugin_local_port": 52176,
"ac_server_plugin_address_port": 52177,

and my "server.cfg" file configuration:
UDP_PLUGIN_LOCAL_PORT=52176
UDP_PLUGIN_ADDRESS=127.0.0.1:52177
HTTP_PORT=8081
 
Need help when i try to join the server this happen

Need help when i try to join the server this happen
if you read page 42 of this discussion, then from 45 we are now scroll back to 42, you will find detailed posts of mine on this problem of yours and how to set up the server to work.
perhaps the numbers of some doors are different from those I showed you today because I have changed them over time, but it doesn't matter.
the fundamental thing is that the ports you filled in the "config.json" file are the same ones you will put in the "server.cfg" file and that they are all open in your router as UDP\TCP\HTTP, including ports 9600 and 8081 which are the preset ports of the assettocorsa server
 

Latest News

How are you going to watch 24 hours of Le Mans

  • On national tv

    Votes: 165 34.9%
  • Eurosport app/website

    Votes: 130 27.5%
  • WEC app/website

    Votes: 91 19.2%
  • Watch party

    Votes: 37 7.8%
  • At a friends house

    Votes: 9 1.9%
  • At Le Mans

    Votes: 41 8.7%
Back
Top