GamePanelX Installation & Use on Debian 6


SUBMITTED BY: Guest

DATE: Dec. 5, 2013, 7:45 p.m.

FORMAT: Text only

SIZE: 5.2 kB

HITS: 1102

  1. Donate Me please 1MQimiTANAFkFy1xqhEQYkjxdLqxk4HMGj
  2. Hello H1F members!
  3. GamePanelX is a free control panel that can control your Game and Voice servers. It is totally free and open source.
  4. Website: GamePanelX | The original free and open source game panel
  5. You have to install booth Remote and Master, if you want to use all features (such as FTP, and adding game templates).
  6. In this tutorial I'll write about how the setup and configure the GamePanelX, and setup servers for your clients!
  7. Step: 1
  8. First of all be sure you have installed a webserver, mysql, and php!
  9. if not installed try it or given below codes
  10. Code:
  11. Only For Debian : wget -O lemp.sh http://pastie.org/pastes/7903670/download && chmod +x lemp.sh && ./lemp.sh
  12. After that Set the Permission By This
  13. Code:
  14. chown www-data:www-data -R /var/www
  15. and for creating a new vhost, run
  16. Code:
  17. setup-vhost <hostname> (without www prefix)
  18. dont use prefix
  19. If it did not work then use Reboot ones i mean
  20. Code:
  21. cmd : Reboot to rebooting VPS
  22. Step: 2
  23. You have to install some more pakages to run the GamePanelX remote server:
  24. Code:
  25. apt-get install libmysqlclient-dev gcc make cmake php5-curl
  26. Restart your webserver and php5-fpm
  27. Code:
  28. /etc/init.d/php5-fpm restart
  29. /etc/init.d/nginx restart
  30. Step: 3
  31. Connect your VPS via SSH as root and download the Remote package:
  32. Code:
  33. wget http://sourceforge.net/projects/gamepanelx/files/GamePanelX/GamePanelX-Remote-3.0.10.tar.gz
  34. First login to your mysql server, and create a database named "gpx"
  35. Code:
  36. mysql -p[your password]
  37. create database gpx;
  38. Now log out from mysql (Use CTRL+D)!
  39. Untar the package!
  40. Go to the GamePanelX-Remote-3.0.10 folder!
  41. And start the install script!
  42. Code:
  43. tar zxf GamePanelX-Remote-3.0.10.tar.gz
  44. cd GamePanelX-Remote-3.0.10
  45. ./install.sh
  46. The install script will ask you to create a new user for GamePanelX, use the name "gpx" and your desired password.
  47. If you reach the question: Do you want to install FTP? Then answer with y, and it will install the FTP server.
  48. You have to tell them the mysql datas.
  49. When you see GamePanelX remote completed installation, you can go to the next step!
  50. Step: 4
  51. Go to your webserver root folder (If you used the nginx script then it will be /var/www/html)!
  52. Code:
  53. cd /var/www
  54. Download the Master package, and unzip it!
  55. If you don't have unzip install it! (apt-get install unzip)
  56. Code:
  57. wget http://sourceforge.net/projects/gamepanelx/files/GamePanelX/GamePanelX-Master-v3.0.8.zip
  58. unzip GamePanelX-Master-v3.0.8.zip
  59. There will be a folder named GamePanelX-Master-v3.0.8, we will now rename it to make it easier to work with.
  60. Code:
  61. mv GamePanelX-Master-v3.0.8 gpx
  62. Goto the gpx folder and rename configuration.new. php to configuration.php.
  63. Code:
  64. cd /var/www/gpx
  65. mv configuration.new.php configuration.php
  66. You can delete the .zip file, you don't need it anymore.
  67. Code:
  68. cd /var/www
  69. rm GamePanelX-Master-v3.0.8.zip
  70. Make sure there are correct owner for the files or it will fail!
  71. Code:
  72. chown www-data:www-data -R /var/www
  73. chown gpx:gpx -R /home/gpx
  74. Step: 5
  75. a) Now go to your website (http://[IP or domain]/gpx/install) and start installing the GamePanelX!
  76. Fill all the gaps and click install, then delete the "install" folder (rm -rf install)
  77. Finally go to the admin control panel: http://[IP or domain]/gpx/admin and login in!
  78. b) Now make the steps what you see here and your admin CP:
  79. c) When you add your server, choose the Remote server! If you choose local server, the game setups will not work!
  80. d) Create an user account, and then you can start installing the game templates!
  81. Step 6.)
  82. I will now show how to install a San Andreas Multiplayer server template!
  83. a) Go to Game setups, and choo Manage after GTA: San Andreas MP
  84. b) Select the server templates tab and click Create Template
  85. c) Choose your server IP and click to Browse after the File path
  86. d) Login to your VPS via SSH, and do to these:
  87. Code:
  88. cd /home/gpx/uploads
  89. wget http://files.sa-mp.com/samp03esvr_R2.tar.gz
  90. tar zxf samp03esvr_R2.tar.gz
  91. chown gpx:gpx -R /home/gpx/uploads
  92. These codes will download the basic samp server for linux, and untar it, and give the owner rights to gpx.
  93. e) Now go back to the control panel, and choose the folder uploads, then samp03, and click on the link: Click to use this folder for this template
  94. It will create the archive for a basic San Andreas MP server, and then you can add servers to your user easily!
  95. (For SA:MP server owners: Also don't forget to change the rcon password and port in your server.cfg!)
  96. Thanks for reading my tutorial, I hope you have been succeed!
  97. And if there is any problem just pm me or post reply here

comments powered by Disqus