Running multiple instances
Instructions to run multiple installations of Gunbot on the same machine.
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 sectionclientport
- in the ws sectionTOKEN
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.
Use a text editor like Notepad++ to edit the config.js
file to make the required changes described above.
Last updated