{"id":27228389,"url":"https://github.com/devzolo/docker-mta-server","last_synced_at":"2025-08-17T01:32:32.024Z","repository":{"id":114672829,"uuid":"253811449","full_name":"devzolo/docker-mta-server","owner":"devzolo","description":"Docker - Multi Theft Auto: San Andreas Server","archived":false,"fork":false,"pushed_at":"2020-04-08T19:26:21.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T04:41:01.429Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devzolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-07T14:05:36.000Z","updated_at":"2020-04-08T19:26:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d2dac64-819c-4be1-9979-0fa8cb026d9e","html_url":"https://github.com/devzolo/docker-mta-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devzolo/docker-mta-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Fdocker-mta-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Fdocker-mta-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Fdocker-mta-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Fdocker-mta-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devzolo","download_url":"https://codeload.github.com/devzolo/docker-mta-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Fdocker-mta-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796222,"owners_count":24647320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-10T12:37:32.010Z","updated_at":"2025-08-17T01:32:32.013Z","avatar_url":"https://github.com/devzolo.png","language":"Shell","readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://wiki.multitheftauto.com/images/thumb/5/58/Mtalogo.png/150px-Mtalogo.png\"\u003e\n\u003c/p\u003e\n\nWhat is Multi Theft Auto?\n--------------\n\nMulti Theft Auto (MTA) is a multiplayer modification for the Microsoft Windows version of Rockstar North's Grand Theft Auto: San Andreas that adds online multiplayer functionality. For Grand Theft Auto: San Andreas, the mod also serves as a derivative engine to Rockstar's interpretation of RenderWare.\n\nFor more information and related downloads for Multi Theft Auto and Server, please visit \u003chttps://wiki.multitheftauto.com\u003e.\n\nSupported Tags and Respective Dockerfile Links\n----------------------------------------------\n\n-   Multi Theft Auto Server (tag: [`latest`](https://github.com/devzolo/docker-mta-server/blob/master/docker/mta-server/Dockerfile)) ([mta-server/Dockerfile](https://github.com/devzolo/docker-mta-server/blob/master/docker/mta-server/Dockerfile))\n\nHow to Use the MTA Server Images\n---------------------------\n\n### Downloading a MTA Server Docker Image\n\nDownloading the server image in a separate step is not strictly necessary; however, performing this before you create your Docker container ensures your local image is up to date.\n\nTo download the MTA Server image, run this command:\n\n    shell\u003e docker pull devzolo/mta-server:tag\n\u0026nbsp;\nRefer to the list of supported tags above. If `:tag` is omitted, the `latest` tag is used, and the image for the latest version of MTA Server is downloaded.\n\n### Starting a MTA Server Instance\n\nStart a new Docker container for the MTA Server with this command:\n\n\n```\n# [COMMAND] Options:\n\n* -v                   Shows the program version\n* -s                   Run server in silent mode\n* -x                   Disable simplified crash reports (To allow core dumps)\n* -D [PATH]            Use as base directory\n* --config [FILE]      Alternate mtaserver.conf file\n* --ip [ADDR]          Set IP address\n* --maxplayers [max]   Set maxplayers\n* --novoice            Disable voice communication\n```\n```\n    shell\u003e docker run --name=server1 -d devzolo/mta-server:tag [COMMAND...]\n```\n\nThe `--name` option, for supplying a custom name for your server container (`server1` in the example), is optional; if no container name is supplied, a random one is generated. If the Docker image of the specified name and tag has not been downloaded by an earlier `docker pull` or `docker run` command, the image is now downloaded. After download completes, initialization for the container begins, and the container appears in the list of running containers when you run the `docker ps` command; for example:\n```\n    shell\u003e docker ps\n    CONTAINER ID   IMAGE                COMMAND                  CREATED             STATUS                              PORTS                           NAMES\n    a24888f0d6f4   devzolo/mta-server   \"./app/mta-server64 ..\"  14 seconds ago      Up 13 seconds (health: starting)    22003/udp, 22005/tcp 22126/udp  server1\n```\nThe container initialization might take some time. When the server is ready for use, the `STATUS` of the container in the output of the `docker ps` command changes from `(health: starting)` to `(healthy)`.\n\nThe `-d` option used in the `docker run` command above makes the container run in the background. Use this command to monitor the output from the container:\n```\n    shell\u003e docker logs server1\n```\n\n---\n## Examples\n\n### Starting Default MTA Server Instance\n```\n    shell\u003e docker run --name=default-mta-server -p 22003:22003/udp -p 22005:22005/tcp -p 22126:22126/udp -d devzolo/mta-server:latest\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzolo%2Fdocker-mta-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevzolo%2Fdocker-mta-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzolo%2Fdocker-mta-server/lists"}