2019-01-02 05:26:13 -05:00
|
|
|
# Pterodactyl app for YunoHost
|
|
|
|
Pterodactyl Panel
|
|
|
|
|
|
|
|
- [Yunohost project](https://yunohost.org)
|
2019-01-02 05:59:09 -05:00
|
|
|
- [Pterodactyl website](https://pterodactyl.io/)
|
2019-01-02 05:26:13 -05:00
|
|
|
|
|
|
|
![](https://camo.githubusercontent.com/16f7dd2ec822cd42dc42f7e193d3fa2652c26e45/68747470733a2f2f63646e2e707465726f64616374796c2e696f2f6c6f676f732f42616e6e65722532304c6f676f253230426c61636b4032782e706e67)
|
|
|
|
|
|
|
|
|
|
|
|
[![Install Pterodactyl with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=pterodactyl)
|
|
|
|
|
|
|
|
### Installing guide
|
|
|
|
|
2019-06-28 10:03:04 -04:00
|
|
|
App can be installed by YunoHost **admin web-interface** or by **running following command**:
|
2019-01-02 05:26:13 -05:00
|
|
|
|
|
|
|
$ sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh
|
2019-02-21 11:46:46 -05:00
|
|
|
|
|
|
|
After install :
|
|
|
|
|
2019-02-21 12:00:47 -05:00
|
|
|
1. Login in panel
|
|
|
|
2. Create Location
|
2019-02-21 11:58:38 -05:00
|
|
|
3. Create Node
|
|
|
|
4. Copy configuration node for the core.json
|
|
|
|
5. Edit the core.json
|
2019-02-21 12:12:24 -05:00
|
|
|
$ sudo nano /srv/daemon/config/core.json
|
2019-02-21 11:58:38 -05:00
|
|
|
6. For SSL change folder location for SSL Certificate & SSL Key
|
2019-02-21 12:00:27 -05:00
|
|
|
$ /etc/yunohost/certs/yourDomain.tld/crt.pem = SSL Certificate
|
|
|
|
$ /etc/yunohost/certs/yourDomain.tld/key.pem = SSL Key
|
2019-02-21 11:58:38 -05:00
|
|
|
7. Start wings service
|
2019-02-21 12:00:27 -05:00
|
|
|
$ sudo systemctl start wings
|
2019-01-02 05:26:13 -05:00
|
|
|
|
|
|
|
### Upgrade this package:
|
|
|
|
|
2019-01-02 13:47:00 -05:00
|
|
|
$ sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh
|
2019-01-02 05:26:13 -05:00
|
|
|
|