2020-02-28 02:04:03 +08:00
# PhantomBot
2021-12-09 22:04:36 +08:00
[WebSite ](https://phantombot.github.io/PhantomBot/ )
[GitHub ](https://github.com/phantombot/PhantomBot )
PhantomBot is an actively developed open source interactive Twitch bot with a vibrant community that provides entertainment and moderation for your channel, allowing you to focus on what matters the most to you - your game and your viewers.
## Server Ports
2020-02-28 02:04:03 +08:00
3 ports are required to run PhantomBot.
| Port | default |
|---------------------|---------|
| Game (HTTP Server) | 25000 |
| YoutubeSocketServer | 25003 |
| PanelSocketServer | 25004 |
2021-12-09 22:04:36 +08:00
### NOTES
2020-02-28 02:04:03 +08:00
You need to define one main port and the other 2 port need to be +3 and +4!
2020-02-28 02:11:38 +08:00
2020-02-28 02:04:03 +08:00
Example:
2020-02-28 02:11:38 +08:00
2020-02-28 02:04:03 +08:00
Port1: 1000
2020-02-28 02:11:38 +08:00
2020-02-28 02:04:03 +08:00
Port2: 1003
2020-02-28 02:11:38 +08:00
2020-02-28 02:04:03 +08:00
Port3: 1004
this are forced and can't be changed!