Skip to main content
Branch: Release Candidate

Client configuration

Explanation

Once you have successfully downloaded and installed the alt:V Multiplayer client, you will find a "altv.toml" file in the installation folder. This file holds various client settings. By default, the file includes the branch information and the path to your GTA:V installation. After launching alt:V for the first time, additional settings become available within the altv.toml file. However, there are additional settings that you can modify. While most of these settings can be adjusted through the main menu under "Settings," some require direct configuration in the altv.toml file.

Configuration options

KeyTypeDefault ValueDescription
namestringalt:V nicknameYour name that is displayed on a server.
branchstringreleaseThe branch on which the client will work.
buildnumber789Client will use this build of the declared branch (auto generated by the client normally).
debugbooleanfalseActivates the debug mode. For example, a active debug mode enables the debug-console (accessible via F8) and allows you to use the reconnect command in the console.
gtapathstring-Path to your GTA5 directory. Usually, it is set up automatically thought the installation process.
langstringenLanguage of your client.
lastipstring0.0.0.0 (IPv4)The ip of the last server you played on.
netgraphbooleanfalseShows a netgraph on the bottom left.
streamerModebooleanfalseEnables or disables the streamer mode.
useExternalConsolebooleanfalseEnables or disables the external console (console popout).
voiceActivationKeynumber78 (N)Sets the key for Push-to-talk. You can get the key code here.
voiceActivationEnabledbooleanfalseEnables or disables the voice activity input mode.
voiceInputSensitivitynumber20If voiceActivationEnabled is enabled, this option will set the required sensitivity.
voiceEnabledbooleantrueEnables or disables the voice system for the client.
voiceAutoInputVolumebooleantrueEnables or disables the automatic determination of the input volume.
voiceInputVolumenumber100Sets the input volume (Range: 0 - 200).
voiceNoiseSuppressionbooleantrueEnables or disables the noise suppression.
voiceVolumenumber100Sets the output volume (Range: 0 - 200).
earlyAuthTestURLstring-URL to your early auth website. Only usable in rc & dev branch.
gameTimeoutnumber60Maximum time (in seconds) the launcher should wait for GTA V to start.

Example altv.toml file

branch = "release"
debug = false
gtapath = "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Grand Theft Auto V"
lang = "en"
lastip = "127.0.0.1:7788"
name = "exampleName"
netgraph = false
streamerMode = false
useExternalConsole = false
voiceActivationEnabled = false
voiceActivationKey = 78
voiceAutoInputVolume = false
voiceEnabled = false
voiceInputSensitivity = 20
voiceInputVolume = false
voiceNoiseSuppression = false
voiceVolume = false