How To Create an alt:V Server (2026 Quickstart Guide)
Want to host your own GTA V multiplayer world with alt:V? This guide shows you two reliable setup paths (Windows & Linux), gives you a clean server.toml, a first workingβ¦

Introduction to Want to host your own GTA V multiplayer world with

Important Notice (March 2026): alt:V is shutting down permanently on July 6, 2026, following a Rockstar cease and desist. New server creation is already disabled. If you're looking to start a GTA V multiplayer server, use FiveM instead β it's the only authorized platform. Read our or jump straight to How to Create a FiveM Server.
Want to host your own GTA V multiplayer world with alt:V? This guide shows you two reliable setup paths (Windows & Linux), gives you a clean server.toml, a first working JavaScript resource, firewall/ports, and optional systemd service so you can go from zero to a public, masterlisted server fast.
What youβll need
- A legitimate copy of GTA V (players need this; the server does not).
- Windows 10/11 or Ubuntu 22.04+ (or any recent x64 Linux).
- Basic terminal/PowerShell skills.
alt:V servers are standalone; you donβt install GTA on the server.
Folder layout (weβll create this)
altv-server/ ββ altv-server.exe (Windows) or altv-server (Linux) ββ libnode.dll / libnode.so ββ server.toml ββ package.json β sets ESM (type: module) for JS resources ββ resources/ ββ example/ ββ resource.toml ββ server.mjs ββ client/ ββ client.mjs










