#I need help with FileZilla and transferring files.
77 messages · Page 1 of 1 (latest)
You can get the SFTP settings from your server -> settings. The password will be your panel password. If you're still having trouble show your SFTP settings in Filezilla (other than the password).
yes so i got all this from my server goining into settings and i know its the correct password and everything. but, i just dont know why it says that i cant find any directory listing
Idk if you can put sftp:// into host, you mght want to try adding it in Site Manager and specifying sftp.
im not sure what you mean by that. im relitivly new to pterodactyl. i only found it as of a month ago and it was perfect for what i needed
It's FileZilla, not Pterodactyl. File at the top left -> Site Manager -> Add site
Although if you're new to FileZilla I'd recommend switching to WinSCP. It has a better user interface by miles.
i am new to filezilla but i commited to this so im determined to figure it out.. with help of course. i dont have a site...
i made a new site and sitll did not work
fyi - that is valid. You can put the protocol in there.
Theses issues end up being one of the following
- The username or password is wrong.
- The user is a sub-user and has incomplete permissions
- Wings is running into an issue talking to the panel to verify the credentials
- The version of wings isn't a version that's compatable with the panel version
the username and password is correct!! i am the one who installed it and i am the admin. so it might be a possibility. that it is a sub-user but i dont think so?? how would i be able to know if the wings are running into an issue. i have the server is up and running and working fine ( i have yet to actually try it in minecraft) btw this is for a minecraft server and im wanting to create a dawncraft server for all of my friends
We need some logs from you in order to help debug this issue.
Panel: tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
Wings: sudo wings diagnostics
Please see .plogs and .wlogs respectively for more information.
sorry this is under a docker container
the panel is under docker and the wings are also under a docker container.
so this is the code and chat gpt says that its running
root@debian:/docker_volumes/pterodactyl/wings# docker ps -f name=wings
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6120645fb490 ghcr.io/pterodactyl/wings:v1.6.1 "/usr/bin/wings --co…" 11 days ago Up 11 days 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:2022->2022/tcp, :::2022->2022/tcp, 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp wings-wings-1
root@debian:/docker_volumes/pterodactyl/wings#
Your wings is pretty out dated. What version of the panel are you running ?
Anyway, that's most likely your problem. Make sure both your panel and wings are the current versions and you'll very likely resolve your issue.
root@debian:/docker_volumes/pterodactyl/wings# docker exec -it wings-wings-1 wings version
docker exec -it wings-wings-1 wings version
wings v1.6.1
Copyright © 2018 - 2023 Dane Everitt & Contributors
root@debian:/docker_volumes/pterodactyl/wings#
okay how do i update them
Update the image name in the compose file to use the latest versions and restar them should do it
what is the most recent image then for docker cause i could not find one. would you happen to have one that works?
version: '3.8'
services:
wings:
image: ghcr.io/pterodactyl/wings:v1.6.1
restart: always
networks:
- wings0
ports:
- "8080:8080"
- "2022:2022"
- "443:443"
tty: true
environment:
TZ: "UTC"
WINGS_UID: 988
WINGS_GID: 988
WINGS_USERNAME: pterodactyl
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/var/lib/docker/containers/:/var/lib/docker/containers/"
- "/etc/pterodactyl/:/etc/pterodactyl/"
- "/var/lib/pterodactyl/:/var/lib/pterodactyl/"
- "/var/log/pterodactyl/:/var/log/pterodactyl/"
- "/tmp/pterodactyl/:/tmp/pterodactyl/"
- "/etc/ssl/certs:/etc/ssl/certs:ro"
# you may need /srv/daemon-data if you are upgrading from an old daemon
#- "/srv/daemon-data/:/srv/daemon-data/"
# Required for ssl if you use let's encrypt. uncomment to use.
#- "/etc/letsencrypt/:/etc/letsencrypt/"
networks:
wings0:
name: wings0
driver: bridge
ipam:
config:
- subnet: "172.36.0.0/16"
driver_opts:
com.docker.network.bridge.name: wings0
@azure widget: It looks like Docker probably is not running on your machine. Use systemctl status docker to check the status of it, and systemctl restart docker to get it operational again.
Just replace the version number with the current wings version number from #announcements
should i use the Wings@1.11.6 or Wings@1.7.5?
1.11.6
thank you lets see if this works
If it doesn't work after that, check your panel version
Please explain the issue you're experiencing in as much detail as possible. Preferably with error messages in a text format or paste link to logs. Nobody can assist you without information that helps to understand the issue. Help us help you. Messages such as "doesn't work" or "i need help" will most likely be ignored.
should the server be offline? to transfer files?
nvm wrong password.
Status: Disconnected from server
Status: Connecting to 198.168.77.126:2022...
Status: Using username "papadragon.5584add5".
Status: Connected to 198.168.77.126
Status: Retrieving directory listing...
Status: Listing directory /
Error: Unable to open .: permission denied
Error: Failed to retrieve directory listing
Doesn't matter
k well it did not work.
What permissions does your user have for that server?
i am not sure lol. but i just updated the panel. if youre talking about the op-permission-level=4. but i still dont get the directory
go into you panel and check your panel and wings version
Hi, I am also facing this issue. My server was put into anti-hack mode and was only given FTP access
Other files can be accessed but not pterodactyl files
i updated the version to the lastest Panel@1.11.3 and still issues. so everything is up to date now.
and the wings version as it shows in the panel ?
That's not related to this thread, and Pterodactyl doesn't use FTP.
how would i do that from the panel?
Under Nodes it will show the wings version
@wanton sequoia @proper dagger
Your wings is still out of date, that's why
I have found the following for: https://media.discordapp.net/attachments/1124827441345601547/1125177954675196086/Screenshot_41.png
@azure widget: It looks like Docker probably is not running on your machine. Use systemctl status docker to check the status of it, and systemctl restart docker to get it operational again.
cause this is the nano /docker_volumes/pterodactyl/wings/docker-compose.yml
file and its up to date. would i need to delete the server and make a new one? i mean its no issue theres nothing on it at all.
docker compose restart --force-recreate
Or
docker compose down
docker compose up -d
perfect it worked!!! thank guys
so with this i can upload whole file folders to the server and upload all the files for dawncraft mod pack correct??
Yes, but it will always be faster to archive the folder first. The panel can unarchive .zip files.
@wanton sequoia 'archive the folder first.' does that mean that i should make it into zip files or just keep the file downloaded as a zip file and dont unzip it?
which mods go into which folder or will it sort that out for me?
Archive the folder you want to upload in a .zip format, upload using SFTP, right click on panel and unarchive
Folder paths should still be intact. If you need to move any of the folders .. in a file path means back one folder.
okay thanks for the tips ill let you guys know if i run into any more issues
okay 1 quick question, what ip address do i tell me friends to access?
The public address that leads to your machine
perfect thank you
for every new minecraft server (or any for that matter) do you need to create a new node?
no
so i can use just the 1 node for all my servers then?
As long as that node has enough resources to run those servers, sure
okay and if not i can just add more.
im having issues with trying to access my servers. im not sure what to use for my ip address in order to access it. there is only 1 address that i have. my setup is proxmox hosting a debian server, hosting docker, hosting pterodactyl, hosting my game servers
If you're connecting from inside your network it will be your Proxmox Container or VM's IP.
If you're trying to make it accessible from the outside you'll need to port forward from your router to that same IP and use your router's IP.
@wanton sequoia okay im trying to make both. i want to be able to play from my windows computer and i want to give access to my friends to play as well. would that be the wan or lan. also im using pfsense.
PFSense needs to route traffic on a certain port to your Proxmox Container or VM's IP on the port your server is listening on.
okay so ill set up a portforward then. 1 more quick question. im trying to transfer files from a skyfactory 4 server from my computer and i want to be able to transfer it to my panel. but ive transfered the files already and i dont want to pull a docker image i just want it to create the server and use the exsiting files that i have. how would i go about doing that
I'm not sure exactly what you're asking
sorry, let me put it into other terms. before i found out what pterodactyl was i was running a skyfactory 4 server (a modded minecraft server) and my friends and i got pretty far in the game, so without restarting from scratch i would like to transfer my server from my computer to my pterdactyl panel and use that instead. so i was just asking how would i be able to do that with the save file intact?
Start the server on Pterodactyl, then replace the relevant files with your old files. Idk what files those would be since I'm not familiar with the game.
fair enough
it should be drag and drop simple enought you just have to make a forge server the same version as the old server. need anymore tips let me know