nuqqetde

Setup Open Game Panel Panel & Agent

Feb 5th, 2020
1,896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. Checkout my Youtube Channel for the Video to the Tutorial:
  2. http://bit.ly/375MqSt
  3.  
  4. Install MoH:AA Server:
  5. https://pastebin.com/xkUk7Rf8
  6.  
  7. Maybe you have Login as root with sudo -i
  8. -----*****Install Commands:*****-----
  9. -------------------
  10. **---PANEL & AGENT---**
  11. -------------------
  12. apt-get update; apt-get upgrade
  13.  
  14. dpkg --add-architecture i386; apt update; apt install curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux lib32gcc1 libstdc++6 libstdc++6:i386 -y; apt install libstdc++5:i386 -y
  15.  
  16. apt-get install libxml-parser-perl libpath-class-perl perl-modules screen rsync e2fsprogs unzip subversion libarchive-extract-perl pure-ftpd libarchive-zip-perl libc6 libgcc1 git curl -y; apt-get install libc6-i386 -y; apt-get install libgcc1:i386 -y; apt-get install lib32gcc1 -y; apt-get install libhttp-daemon-perl -y
  17.  
  18. -------------------
  19. **---OGP PANEL---**
  20. -------------------
  21. apt-get install apache2 curl subversion php7.2 php7.2-gd php7.2-zip libapache2-mod-php7.2 php7.2-curl php7.2-mysql php7.2-xmlrpc php-pear phpmyadmin mysql-server php7.2-mbstring php-gettext git php-bcmath -y
  22. **SET a X on apache2 with Space**
  23. **Choose Yes**
  24. **Set a Password**
  25.  
  26. mysql_secure_installation
  27. Validate Password Plugin**N**
  28. **Set Password**
  29. Remove anonymous users**Y**
  30. Disallow root login remotely**Y**
  31. Remote test databases**Y**
  32. Reload privilege tables**Y**
  33.  
  34. wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/Debian-Ubuntu/ogp-panel-latest.deb" -O "ogp-panel-latest.deb"
  35.  
  36. dpkg -i "ogp-panel-latest.deb"
  37. **Enter your MySQL password**
  38. **!SAFE THE DATAS MySQL:!**
  39.  
  40. Open your IP over Browser
  41. *Press Next*
  42. *Enter your MySQL Datas*
  43. *Create Admin Login Data*
  44.  
  45. chmod 644 /var/www/html/includes/config.inc.php
  46.  
  47. -------------------
  48. **---OGP AGENT---**
  49. -------------------
  50. wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/Debian-Ubuntu/ogp-agent-latest.deb" -O "ogp-agent-latest.deb"
  51.  
  52. dpkg -i "ogp-agent-latest.deb"
  53.  
  54. sudo cat /root/ogp_user_password
  55. **!SAFE THE DATAS!**
  56.  
  57. rm /root/ogp_user_password
  58.  
  59. -------------------
  60. **--Connect OGP Panel to OGP Agent--**
  61. -------------------
  62. Login to your Panel over your IP with admin
  63. Administration -> Servers
  64. Remote Host -> your Server IP from OGP Agent
  65. Remote Host Port -> 12679
  66. Remote Host Name -> Choose a Name
  67. FTP IP -> your Server IP from OGP Agent
  68. FTP Port -> 21
  69. Remote Encryption Key -> You have safed it after install the OGP Agent ogpEnc=
  70. Time Out -> 5
  71. Use Nat -> Off
  72. Display Public IP -> Your Server IP from OGP Panel
  73.  
  74. Administration -> Servers
  75. Configured Remote Host -> Edit
  76. Remote IP: Your Server IP from OGP Panel (Amazon AWS Private IP)
  77.  
  78. -
  79.  
  80. If you have no Server checkout https://noez.de/aff.php?aff=220 (affiliate Link)
  81. The Server in the Video is from noez sponsored! Big Thanks!
  82. You can try the Server 7 days complete free!
Add Comment
Please, Sign In to add comment