Skip to main content

Launching Your Alt:V Multi-Player Server


Alt:V is a powerful alternative multiplayer client for GTA V, known for its stability and high-performance scripting capabilities using JavaScript and C#.
Reading TimeDifficultyLast Updated
10 minutesIntermediateJanuary 2026

Quick Navigation

SectionWhat You’ll Learn
1. ConfigurationSetting up server.cfg basics
2. Scripting ModulesEnabling JS and C# support
3. Installing ResourcesLoading your first game scripts

Step 1: Basic Configuration

Your server.cfg file defines your server’s identity on the masterlist.
  1. Log in to the Game Panel.
  2. Go to the Files tab and open server.cfg.
  3. Locate and modify the name: line.
    • Example: name: 'FREAKHOSTING Official Roleplay'
  4. Set debug: true while you are testing your scripts to see detailed error logs.

Step 2: Enabling Modules

Alt:V requires “Modules” to interpret various programming languages.
  1. In server.cfg, verify your modules: section:
    modules: [
      'js-module',
      'csharp-module'
    ]
    
  2. Note: Only enable the modules that match the scripts you intend to run.

Step 3: Installing Resources

  1. Upload your resource folders (e.g., chat, freeroam) into the /resources directory.
  2. In server.cfg, add the folder names to your resources list:
    resources: [
      'chat',
      'freeroam'
    ]
    
  3. Restart your server from the console. If successful, you will see Started resource: [name] in the logs.

Support Channels

If you need assistance or have any questions, please contact our support team:

First Month Discount

Use code KB20 at checkout to get 20% off your first month of hosting!

Last Updated: January 2026 | Alt:V: GTA V Multiplayer Reimagined.