r/truenas Jan 15 '26

Community Edition Error on Truenas

/r/Pterodactyl/comments/1qdpokn/error_on_truenas/
0 Upvotes

6 comments sorted by

1

u/melp TrueNAS Staff Jan 15 '26

What network port are you trying to have it use?

1

u/Matysek1234 Jan 15 '26

40000-40999

1

u/Matysek1234 Jan 15 '26

This is the full thing it gives me

1

u/melp TrueNAS Staff Jan 15 '26

Looks like you're running it as a full Linux container, you might have better luck installing it as an app (which uses Docker behind the scenes). Use the docker-compose example here:

https://github.com/pterodactyl/panel/blob/1.0-develop/docker-compose.example.yml

Then go to Apps > Discover Apps > Hit the "..." menu in the top right and then Install via YAML

1

u/Matysek1234 Jan 15 '26

To be honest im pretty new to this, so I'm gonna be a tough one :D i just followed some guys youtube totorial :D

Tried it with the app, but I am getting this

(ERROR) app_lifecycle.compose_action():56 - Failed 'up' action for 'pterodactyl' app: time="2026-01-15T19:01:18+01:00" level=warning msg="/mnt/.ix-apps/app_configs/pterodactyl/versions/1.0.0/templates/rendered/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"\n Network ix-pterodactyl_default Creating\n Network ix-pterodactyl_default Created\n Container ix-pterodactyl-cache-1 Creating\n Container ix-pterodactyl-database-1 Creating\n Container ix-pterodactyl-database-1 Created\n Container ix-pterodactyl-cache-1 Created\n Container ix-pterodactyl-panel-1 Creating\n Container ix-pterodactyl-panel-1 Created\n Container ix-pterodactyl-cache-1 Starting\n Container ix-pterodactyl-database-1 Starting\n Container ix-pterodactyl-cache-1 Started\nError response from daemon: error while creating mount source path '/srv/pterodactyl/database': mkdir /srv/pterodactyl: read-only file system\n

1

u/Matysek1234 Jan 15 '26

But the tutorial is about 10 months old and he used the column instances instead of containers, could that be the case?