Hi, im having an issue accessing ISPConifg 3 interface & phpmyadmin: I need to backup the directories of the domains. Since i need to access the ISPConfig to get the usernames for these doamins, im getting the result: Connection refused. When trying to use an ftp client under a root user i cannot access to download, so i thought i could use the built in file manager to download this data. I can view all file though denied access under root to download. Ive tried to login to phpmyadmin and get the following errors, see attached. I dont know whats gone wrong here, though to me a config has become totally corrupt, or mis configured. Any help would be appreciated.
I can use winscp to access files, but they wont download. Just fails. I just need to download the ftp files i need so that i can import them into a fresh Setup, though download fails as permissions do not allow, and im using the highest possible access (Root or admin)
For both of your problem, you may be able find any faults and fix them should you still have access to your ISPConfig server via terminal. Note that each site folder is chattr protected.
If you just want to copy website files to another server, you can use rsync (over an ssh connection), or I often just create a tar archive with the files to move and scp that to the remote server then extract files there (and you don't need to scp as root for that, create the archive as root, scp as a regular user, then extract on the new server as root).