#Uploading Files/ Old server Backups
31 messages · Page 1 of 1 (latest)
using SFTP (winscp/filezilla or any other ftp program of your liking)
great but what is the Host username password and port?
I have tried the admin and admin password and how do i send it to indivudal server?
you can see the ftp setting of your container in tab "settings" ?
np
or root password
** Your SFTP password is the same as the password you use to access this panel**.
Status: Access denied
Error: Authentication failed.
Error: Critical error: Could not connect to server
port is 2022? or just 22
sftp://panel.*******************.net:2022
standard : 2022 unless your panel is behind CF then you dont have ftp connection
brand new panel, setup monday so it should?
just says could not connect to server auth failed
how..... 😐
You are expected to understand how to read documentation to use this Panel. We have spent many hours detailing how to install or upgrade our software. Please, take some time and read rather than copy and pasting and then complaining when things do not work.
If you expect to be able to install this with no understanding of basic linux system administration you should stop and turn around now
If your firewall uses the built-in kernel firewall, then sudo iptables -n -L will list all the iptables contents. If there is no firewall the output will be mostly empty.
Your VPS may have ufw already installed, so try ufw status. ufw is a simplified "façade" to the kernel firewall (so what is set with it also appears in the iptables output), but it is a lot simpler to understand/manage, so I would recommend it. ufw info - https://help.ubuntu.com/community/UFW