{"id":19763092,"url":"https://github.com/fdiskas/altv-server","last_synced_at":"2026-06-14T05:31:55.746Z","repository":{"id":145456774,"uuid":"318641471","full_name":"FDiskas/altv-server","owner":"FDiskas","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-06T19:32:45.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T10:17:03.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FDiskas.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-12-04T21:41:44.000Z","updated_at":"2020-12-06T19:32:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f9a6ce0-aefc-4f87-a827-c69e24958009","html_url":"https://github.com/FDiskas/altv-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FDiskas/altv-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDiskas%2Faltv-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDiskas%2Faltv-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDiskas%2Faltv-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDiskas%2Faltv-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FDiskas","download_url":"https://codeload.github.com/FDiskas/altv-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FDiskas%2Faltv-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34310801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":"2024-11-12T04:08:08.327Z","updated_at":"2026-06-14T05:31:55.742Z","avatar_url":"https://github.com/FDiskas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## alt:V\n\n---\n\n### Links: https://docs.altv.mp/js/api/alt-server.Player.html#_altmp_altv_types_alt_server_Player\n\n---\n\nThis repo will do everything for you; including download the latest server files.\n\nIncludes the following:\n\n-   Chat\n-   Chat Commands\n-   Weapon Commands\n-   Vehicle Commands\n-   Kill Feed\n-   Respawn on Death\n-   A scale-able folder structure\n\n## Requirements\n\n-   [Git](https://git-scm.com/downloads)\n-   [NodeJS 13+](https://nodejs.org/en/download/current/)\n\n## Official Links\n\n-   [alt:V Website](https://altv.mp/#/)\n-   [alt:V Forums](https://forum.altv.mp/)\n-   [alt:V Discord](https://discordapp.com/invite/q3zUUEC)\n\n### Installation\n\n#### GIF Instructions:\n\n[Step 1 GIF](https://gfycat.com/DefiniteConstantJoey)\n\n[Step 2 GIF](https://gfycat.com/PowerfulOrderlyGartersnake)\n\n[Step 3 GIF](https://gfycat.com/CourageousDefensiveHarpyeagle)\n\n#### Text Instructions:\n\n0. Open a command prompt in a folder.\n\n1. Run this:\n\n```\ngit clone https://github.com/Stuyk/altv-quickstart\ncd altv-quickstart\n```\n\n2. Run the code block below this.\n\n    2.1. This can be used whenever you need to update your server files.\n\n    2.2. Run the code block below; wait for packages to install.\n\n    2.3. Then follow the instructions on screen.\n\n```\nnpm run update\n```\n\n3. Bootup the Server\n\n    3.1. This script downloads for Linux or Windows automatically.\n\n    3.2. Use a screen on Linux to run the server in the background.\n\n    3.3. Use a built in command prompt such as in VSCode to run the server.\n\n    3.4. You may press `Ctrl + C` to stop the server at any time.\n\nLinux:\n\n```\n./start.sh\n```\n\nWindows (CMD):\n\n```\naltv-server.exe\n```\n\nWindows (Powershell):\n\n```\n./altv-server.exe\n```\n\n### Connecting to your Quick-Start alt:V Server\n\nSimply put in the following direct connect url: `127.0.0.1:7788`\n\n### Broadcasting Your Server\n\nYour server can be broadcasted by getting a token from the alt:V bot in the Discord.\n\nMessage `Master-Bot#3667` and it will instruct you on what to type.\n\nAfter doing this simply set announce to true in your `server.cfg`.\n\n### Reconnecting to your Server\n\nIf you wish to reconnect to your server after restarting you need to enable debug mode on both your client and your server.\n\nIn your server.cfg put the following:\n\n`debug: true`\n\nIn your altv.cfg for your alt:V client put the following:\n`debug: true`\n\nThis will fully allow you to reconnect to your server by press `f8` and typing `reconnect \u003cpassword\u003e`\n\n### Recommend VSCode Plugins\n\n-   [alt:V Auto Complete for VSCode](https://marketplace.visualstudio.com/items?itemName=stuyk.atlv-complete)\n\n-   [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)\n\n-   [Bracket Pair Colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer)\n\n### Useful Links\n\n-   [alt:V Getting Started Guide](https://wiki.altv.mp/Tutorial_Getting_Started)\n\n-   [alt:V JS Tutorial Series](https://www.youtube.com/watch?v=sMWCcTv4kqY\u0026list=PLBNRUifAMZ-MzLjb-lzOTJy-PyuN6ffgw)\n\n-   [alt:V Natives Repo](https://natives.altv.mp)\n\n-   [alt:V JS Docs](https://altmp.github.io/altv-typings/modules/_alt_server_.html)\n\n-   [alt:V Wiki](http://wiki.altv.mp/)\n\n-   [alt:V O:RP Resource](https://github.com/Stuyk/altV-Open-Roleplay-altLife-Official)\n\n-   [alt:V Auto Complete for VSCode](https://marketplace.visualstudio.com/items?itemName=stuyk.atlv-complete)\n\n-   [alt:V Attack and Defense](https://github.com/Stuyk/altV-Attack-Defense)\n\n### Other Useful Info\n\nAdding Typings Naturally to the Project:\n\n1. Run the following where your package.json is.\n\n```\nnpm i -D @altv/native-types\n```\n\n2. Replace current imports with these special imports.\n\n    2.1 For Server:\n\n```\n/// \u003creference types=\"@altv/types\" /\u003e\nimport * as alt from 'alt-server'\n```\n\n    2.2 For Client:\n\n```\n/// \u003creference types=\"@altv/types\" /\u003e\nimport * as alt from 'alt-client'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdiskas%2Faltv-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdiskas%2Faltv-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdiskas%2Faltv-server/lists"}