Guest User

Untitled

a guest
Feb 22nd, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. # GalacticPanel Configuration
  2.  
  3. # Select a port from which the webserver (panel) will be accessible from: (not the same as the Minecraft server port)
  4. port: 21000
  5.  
  6. # Choose account credentials for login:
  7. # If you're running a multiserver setup, the username and password must be the same for all
  8. # the servers in the setup.
  9. account:
  10. username: admin
  11. password: Seoys0621!
  12.  
  13. # If you have a multiserver setup, one server will be the master server and the rest will be slaves,
  14. # if you want this server to be a slave in a multiserver setup
  15. # modify slave to true and put in the IP and PORT of the master server.
  16. multiserver:
  17. slave: true
  18. ip: "0.0.0.0"
  19. port: 21001
  20.  
  21. # To change the default background image of the login screen, put the URL of the image below.
  22. # If you want to revert back to the default image, leave the setting blank.
  23. backgroundurl: ""
  24.  
  25. # Change the default welcome message for the login page. (leaving it blank will result in the default message)
  26. welcomemessage: "Welcome to PTS Web Management Panel"
Add Comment
Please, Sign In to add comment