#
Hosting Playbooks
List of different startup guides that you can use for Pterodactyl Servers.
#
Node.js / JavaScript Applications:
- Create a server with
DBH!server create aio. - Upload files and add
start.sh:
npm i && node .
bash
- For TypeScript:
npm i && npm run compile
node dist/index.js
bash
- In Startup, set the command to
bash start.sh, then restart/start the server. Install packages viadependenciesinpackage.json.
#
Python Applications:
- Create a server with
DBH!server create pythonorDBH!server create aio. - Upload files and add
start.sh:
pip install -r requirements.txt && python3 main.py
bash
- In Startup, set the command to
bash start.sh, then restart/start the server.
Last Updated:
January 31, 2026.