ATSMS is a server management tool designed for American Truck Simulator (ATS) built using Flask. This tool facilitates server configuration, management, and administration for ATS server instances.

contributions-welcome flask-application python
1 Open Issue Need Help Last updated: Jul 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement error handling for unreadable or corrupted `server.log.atsms` files within subdirectories of the ATS user data directory. The solution involves iterating through these subdirectories, attempting to open each `server.log.atsms` file, and handling exceptions (e.g., file not found or permission errors) by either deleting or renaming the problematic files to allow the application to start cleanly and regenerate the log files.

Complexity: 2/5
bug good first issue

ATSMS is a server management tool designed for American Truck Simulator (ATS) built using Flask. This tool facilitates server configuration, management, and administration for ATS server instances.

Python
#contributions-welcome#flask-application#python