├── DpanelCP └── file ├── INFO-JETBACKUP.txt ├── README.md ├── Screenshot_20230607-063714.png ├── Screenshot_20230607-134836.png ├── TUTOR-RUN-WEBSITE.txt ├── autoinstall.sh ├── autoroot.sh ├── bash.js ├── cloud ├── configs ├── mariadb.repo ├── phpmyadmin-ssl.conf ├── phpmyadmin.conf ├── pterodactyl-apache-ssl.conf ├── pterodactyl-apache.conf ├── pterodactyl-nginx-ssl.conf ├── pterodactyl-nginx.conf ├── pteroq-centos.service ├── pteroq.service ├── wings.service └── www-pterodactyl.conf ├── db.txt ├── dockerv2.jpg ├── git ├── img1.jpeg ├── img2.jpeg ├── install.sh ├── jetbackup ├── readme.md └── ss.png ├── new.jpg ├── pkg.zip ├── porto ├── blog.json ├── code.json └── nope.json ├── root.sh ├── ss1.jpg ├── ss2.jpg ├── sshd_config ├── sshd_configs ├── tes.js ├── vip new node.json └── wings.sh /DpanelCP/file: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /INFO-JETBACKUP.txt: -------------------------------------------------------------------------------- 1 | comingsoon 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot_20230607-063714.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/Screenshot_20230607-063714.png -------------------------------------------------------------------------------- /Screenshot_20230607-134836.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/Screenshot_20230607-134836.png -------------------------------------------------------------------------------- /TUTOR-RUN-WEBSITE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/TUTOR-RUN-WEBSITE.txt -------------------------------------------------------------------------------- /autoinstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/autoinstall.sh -------------------------------------------------------------------------------- /autoroot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/autoroot.sh -------------------------------------------------------------------------------- /bash.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/bash.js -------------------------------------------------------------------------------- /cloud: -------------------------------------------------------------------------------- 1 | rm /home/clp/htdocs/app/files/var/cache/prod/twig/* -rf 2 | -------------------------------------------------------------------------------- /configs/mariadb.repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/mariadb.repo -------------------------------------------------------------------------------- /configs/phpmyadmin-ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/phpmyadmin-ssl.conf -------------------------------------------------------------------------------- /configs/phpmyadmin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/phpmyadmin.conf -------------------------------------------------------------------------------- /configs/pterodactyl-apache-ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/pterodactyl-apache-ssl.conf -------------------------------------------------------------------------------- /configs/pterodactyl-apache.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/pterodactyl-apache.conf -------------------------------------------------------------------------------- /configs/pterodactyl-nginx-ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/pterodactyl-nginx-ssl.conf -------------------------------------------------------------------------------- /configs/pterodactyl-nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/pterodactyl-nginx.conf -------------------------------------------------------------------------------- /configs/pteroq-centos.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/pteroq-centos.service -------------------------------------------------------------------------------- /configs/pteroq.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/pteroq.service -------------------------------------------------------------------------------- /configs/wings.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/wings.service -------------------------------------------------------------------------------- /configs/www-pterodactyl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/configs/www-pterodactyl.conf -------------------------------------------------------------------------------- /db.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/db.txt -------------------------------------------------------------------------------- /dockerv2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/dockerv2.jpg -------------------------------------------------------------------------------- /git: -------------------------------------------------------------------------------- 1 | node_modules 2 | tmp 3 | temp 4 | package-lock.json 5 | .* 6 | -------------------------------------------------------------------------------- /img1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/img1.jpeg -------------------------------------------------------------------------------- /img2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/img2.jpeg -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/install.sh -------------------------------------------------------------------------------- /jetbackup/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/jetbackup/readme.md -------------------------------------------------------------------------------- /jetbackup/ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/jetbackup/ss.png -------------------------------------------------------------------------------- /new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/new.jpg -------------------------------------------------------------------------------- /pkg.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/pkg.zip -------------------------------------------------------------------------------- /porto/blog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/porto/blog.json -------------------------------------------------------------------------------- /porto/code.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/porto/code.json -------------------------------------------------------------------------------- /porto/nope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/porto/nope.json -------------------------------------------------------------------------------- /root.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/root.sh -------------------------------------------------------------------------------- /ss1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/ss1.jpg -------------------------------------------------------------------------------- /ss2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/ss2.jpg -------------------------------------------------------------------------------- /sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/sshd_config -------------------------------------------------------------------------------- /sshd_configs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/sshd_configs -------------------------------------------------------------------------------- /tes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/tes.js -------------------------------------------------------------------------------- /vip new node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/vip new node.json -------------------------------------------------------------------------------- /wings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwiz37/ippanel/HEAD/wings.sh --------------------------------------------------------------------------------