For the complete documentation index, see llms.txt. This page is also available as Markdown.

External Proxy Server

Learn how to use an external proxy server.

If you choose not to use the integrated proxy server you can self-host an external proxy server. To do so, follow the instructions below.

1

Download

Download the external proxy server through our GitHub.

2

Install

Run npm install in the EPS directory and wait until it completes.

3

Configure

Read through all options and their comments inside its config.js file as they are very important for the setup process, adjust them to your setup and preferences.

4

Run

Run node server.js in the EPS directory and do not close the console window.

You can use pm2 to make sure the EPS runs all the time.

5

Configure your FiveM server

Add the EPS server's IP address in the sv_proxyIPRanges property in your server's configuration file.

Last updated