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

External Hosting Server

Learn how to use an external hosting server.

If you choose not to use the integrated hosting server you can self-host an external hosting 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 EHS 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 EHS directory and do not close the console window.

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

Last updated