> For the complete documentation index, see [llms.txt](https://gunthy.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/running-multiple-instances.md).

# Running multiple instances

To run multiple instances of Gunbot, just make a copy of its folder for each instance and make sure the following settings parameters are unique for each instance:

* `port` - both in the GUI and ws section
* `clientport` - in the ws section
* `TOKEN` in the bot section (this is the token for Telegram notifications)

The GUI of each instance will be available on localhost through the specified port number.

{% hint style="info" %}
Use a text editor like Notepad++ to edit the `config.js` file to make the required changes described above.
{% endhint %}
