Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

NotGeri/pterodactyl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  1. Clone the project
  2. Move your Pterodactyl panel code into the ./files/ directory
  3. Make sure the .env file is set up to work locally. The MySQL password is just PASSWORD.
  4. Start the project with ./start.sh which will build the image and start the Docker Compose project.

Using xDebug

You can set up xDebug in your IDE to listen on port 9000/9003.

In IntelliJ, this is what I recommend:

img img


Useful Commands

  • Create a user: docker exec -it pterodactyl-panel-1 php artisan p:user:make
  • Get panel logs: docker logs --follow pterodactyl-panel-1

About

A basic developer environment for Pterodactyl's panel

Resources

Stars

Watchers

Forks