

- #3dsimed exporting to assetto corsa how to#
- #3dsimed exporting to assetto corsa install#
- #3dsimed exporting to assetto corsa update#
- #3dsimed exporting to assetto corsa password#
Server instances can be started on the "Instances" page. To do that, switch to the "Settings" page and enter the Assetto Corsa server folder as well as the server executable (acServer for example).
#3dsimed exporting to assetto corsa password#
Please change the password right after your first login! ConfigurationĪfter your first login, you have to configure your server.

On first startup, acweb creates a default user called "root" with password "root".
#3dsimed exporting to assetto corsa update#
update your MySQL database (migration scripts can be found in schema/ mig_FROMVERSION_TOVERSION.sql)įor Docker pull the latest release, execute the database migration script(s) and start it.# additional variables for postgres only: # database host (most likely tcp(localhost:3306)) # database type mysql or postgres, default is mysql # config file directory for tracks.json and cars.json, default is configs (config for Docker) # log directory for server instances, must be setĮxport ACWEB_INSTANCE_LOGDIR=instance_logs # optional log level (debug, info or empty for warnings and higher) # optional log file location (will be created if it doesn't exist) # acweb host, to make it accessible from the outside use 0.0.0.0:PORT set the environment variables to configure your server (use set on Windows):.create the database schema (schema//schema.sql + all migration scripts in appropriate order).I recommend to create a user for your web interface installation with limit access to file system resources. You need a MySQL or Postgres database and rights to upload and execute applications. On Windows you basically need to perform the same steps. This instruction supposes you to use Linux. To save the instance logs outside of the Docker container, you can mount /instance_logs. In the UI set the execution path (Settings -> AC server folder) to /ac. To run server instances, you need to mount the Assetto Corsa installation directory (containing the binary) to /ac. I recommend to enable SSL using letsencrypt and a reverse proxy. To start the server, you can also use a docker-compose file. Please refer to the Docker documentation on how you can connect to it. Note that you cannot simply access your database on localhost using Docker. To use a MySQL/Postgres database running in a container, please rever to the official MySQL image. This will use a MySQL/Postgres database installed on your host machine. # expose the same port you start the server on: -p PORT:$
#3dsimed exporting to assetto corsa install#
The easiest way to install acweb is to use Docker: On Linux, you basically install steam, login to your account and download the Windows version of the game, which also includes the Linux binary.
#3dsimed exporting to assetto corsa how to#
These instructions do not provide information on how to install the Assetto Corsa server itself. If you don't have an account on GitHub, you can also contact me in the Assetto Corsa forums (link at bottom of page). If you find any issues installing the server or bugs, please open an issue in the issue section on GitHub. Screenshots at the bottom of this page! System requirementsĭownload releases from the GitHub release page. You can create multiple configuration profiles, start/stop server instances and watch the status of them. This tool provides monitoring and management for your Assetto Corsa server instances.
