Wiki: Upgrading from Pterodactyl to Pyrodactyl ( Non-Docker ) #248

Closed
opened 2026-04-05 19:56:11 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @cismuc on 12/21/2024

Current Behavior

When I run git clone https://github.com/pyrohost/pyrodactyl.git /var/www/pterodactyl --depth=2 it's returning an error shown below

fatal: destination path '/var/www/pterodactyl' already exists and is not an empty directory.

Expected Behavior

download the git repo

Solution

create release on latest stable version of pyrodactyl in tar.gz and use the curl command shown in the documentation with a small change

curl -L https://github.com/pyrohost/pyrodactyl/releases/latest/download/panel.tar.gz | tar -xzv

I think that's all

Steps to Reproduce

https://github.com/pyrohost/pyrodactyl/wiki/Installation#non-docker

do the first command on an existing pterodactyl panel server

Panel Version

1.11

Wings Version

1.11

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

No response

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
*Originally created by @cismuc on 12/21/2024* ### Current Behavior When I run `git clone https://github.com/pyrohost/pyrodactyl.git /var/www/pterodactyl --depth=2` it's returning an error shown below ``` fatal: destination path '/var/www/pterodactyl' already exists and is not an empty directory. ``` ### Expected Behavior download the git repo ### Solution create release on latest stable version of pyrodactyl in `tar.gz` and use the curl command shown in the documentation with a small change ```sh curl -L https://github.com/pyrohost/pyrodactyl/releases/latest/download/panel.tar.gz | tar -xzv ``` I think that's all ### Steps to Reproduce https://github.com/pyrohost/pyrodactyl/wiki/Installation#non-docker do the first command on an existing pterodactyl panel server ### Panel Version 1.11 ### Wings Version 1.11 ### Games and/or Eggs Affected _No response_ ### Docker Image _No response_ ### Error Logs _No response_ ### Is there an existing issue for this? - [X] I have searched the existing issues before opening this issue. - [X] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pyrodactyl#248