Advertisement
Guest User

Untitled

a guest
Aug 8th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1.  
  2. #--------------------------------------------#
  3. # #
  4. # Server Login Details #
  5. # #
  6. #--------------------------------------------#
  7. prison server:
  8. 50.7.229.218:26129
  9.  
  10. Usern ame: root
  11. Password: 12disciple12
  12.  
  13. Control Panel URL:Putty.exe
  14.  
  15. 108.170.18.210
  16. ServerIP: play.sinistercraft.com port 22
  17.  
  18. ----------------------------------------------
  19. WARNING! Becarefull using putty. Files Server can be shutdown if not closed right.
  20. ----------------------------------------------
  21.  
  22. #--------------------------------------------#
  23. # #
  24. # To View Server Screens #
  25. # #
  26. #--------------------------------------------#
  27.  
  28. The first command Gives you a view of all screens open at the time on the Dedicated Server.(not needed till there is 2 or more Minecraft Servers running.
  29.  
  30. Use [ screen -r ] to view Minecraft consol. But when there is two or more Minecraft Servers there will need to be screen id added at the end.
  31.  
  32. 1.screen -ls <- This is to view all screens
  33.  
  34. 2.screen -r (screenname)
  35.  
  36. #--------------------------------------------#
  37. # #
  38. # To Close Server Screens #
  39. # #
  40. #--------------------------------------------#
  41.  
  42. Press and Hold [ Ctrl+A+D ] THis is a very important step If simple just closed it will ShutDown the server.If SOmethign happens when in Minecraft Consol and you are forced to close be sure to make sure Server is eather started back up or check and see if it is up.
  43.  
  44. 1. Ctrl+A+D
  45. 2. or delete screen -S some_name -X quit
  46.  
  47. #--------------------------------------------#
  48. # #
  49. # To Detach an Attached Screen #
  50. # #
  51. #--------------------------------------------#
  52.  
  53. To detach an attached screen, enter:
  54. 1.screen -D
  55.  
  56. #--------------------------------------------#
  57. # #
  58. # To Start Up Server #
  59. # #
  60. #--------------------------------------------#
  61.  
  62. Use to Start up Minecraft Server if for some reason Server has Stoped.
  63.  
  64. 1.cd /root/SinisterCraft/(serverFile)
  65. 2. screen -S (namethescreen) <- THis is to make it easyer to find when doing (screen -r) or ( creen -ls)
  66. 3.screen sh (startup script name)
  67.  
  68.  
  69. #--------------------------------------------#
  70. # #
  71. # MySql Details #
  72. # #
  73. #--------------------------------------------#
  74.  
  75. mysql:
  76.  
  77. user: root
  78.  
  79. port: 3306
  80.  
  81. password: 12disciple12
  82.  
  83. host: localhost
  84.  
  85. database: SinisterCraft
  86.  
  87. If full server reboot you must first start the MySql data base.
  88. Run this command as the root user.
  89.  
  90.  
  91. 1. service mysqld start
  92. 2. service httpd start
  93.  
  94. #--------------------------------------------#
  95. # #
  96. # phpMyAdmin Login Details #
  97. # #
  98. #--------------------------------------------#
  99.  
  100. Web URL: play.sinistercraft.com/phpmyadmin
  101.  
  102. Login: root
  103. Password:12disciple12
  104.  
  105. If not working try using this in root directory. (note that mysql has to be on for this to work.)
  106.  
  107. 1. service httpd restart
  108.  
  109. #--------------------------------------------#
  110. # #
  111. # Full Dedicated Server Reboot #
  112. # #
  113. #--------------------------------------------#
  114.  
  115. To do a full dedicated server rebot follow these steps.
  116.  
  117. 1. Stop all servers to stop them the right way look here. ( http://drdanick.com/wiki/index.php?title=Legacy_Release_10_documentation ) for the right commands to use.
  118. 2. Once all servers have been stoped turn off MySQL ( service mysqld stop )
  119. 3. Once MySQL and all server have been stopped it is now safe to do (reboot)
  120.  
  121.  
  122. Any questions feel free to email me at ( Gabeshaw4christ@gmail.com )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement