This addon requires you to have the latest version of Corebot, if you don't have Corebot you can purchase it here https://www.mc-market.org/resources/8501/
Features
• Logs everything from server's console
• Able to send commands from discord channel to panel
• Able to stop/start/restart server via discord channel
How to start/stop/restart
• To start server send master-start in discord channel
• To stop server send master-stop in discord channel
• To restart server send master-restart in discord channel
Editing Pterodactyl's Config
• Open /etc/pterodactyl/config.yml
• Scroll down untill you see allowed_origins: []
• Edit it to
or set * Bot Hosting's IP Address
• Save the file
• Run sudo systemctl wings restart
Features
• Logs everything from server's console
• Able to send commands from discord channel to panel
• Able to stop/start/restart server via discord channel
How to start/stop/restart
• To start server send master-start in discord channel
• To stop server send master-stop in discord channel
• To restart server send master-restart in discord channel
Editing Pterodactyl's Config
• Open /etc/pterodactyl/config.yml
• Scroll down untill you see allowed_origins: []
• Edit it to
YAML:
allowed_origins:
- '*'
• Save the file
• Run sudo systemctl wings restart
YAML:
Enabled: true
Debug: true
Pterodactyl:
# Replace with your domain
Host: https://pterodactyl.app
# Get the key from /account/api
# https://pterodactyl.app/account/api
APIKey: Your Client-Admin-API
Console:
- # Server ID from URL
# https://pterodactyl.app/server/c8121641
ServerID: c8121641
# Channel ID to send logs to
ChannelID: "930027617917227059"