Help retrieve data VPS

jazz1611

New Member
Mar 18, 2014
12
0
1
Hi,

My server cant access to web interface or SSH, i just can access to server by FTP. how can i get data of VM/CT on my server? From FileZilla. Hope someone help me.

XbfNR4r.png


Regards,
 

Attachments

  • XbfNR4r.png
    XbfNR4r.png
    29 KB · Views: 4
Last edited:
Hi,

My server cant access to web interface or SSH, i just can access to server by FTP. how can i get data of VM/CT on my server?

Regards,

If you can't access on that way,Keyboard and monitor is the only way.
 
If you have access to the physical node, try to run the following from CLI:

# service pvedaemon restart
# service pveproxy restart
# service pvestatd restart
 
If only getting your VZs is what you want to do then through your FileZilla, browse to /var/lib/vz or /mnt/pve/<storage>/private to get your containers. Then simply copy them to your local desktop.

Also copy the VZ configuration file from /etc/pve/nodes/<node_name>/openvz
 
Last edited:
CWD /mnt/etc/pve/nodes or CWD /etc/pve/nodes
550 Failed to change directory.

CWD /mnt/pve or CWD /mnt/mnt/pve
550 Failed to change directory.

CWD /mnt/var/lib/vz/private or CWD /var/lib/vz/private
550 Failed to change directory.

That error i get from try access to it.
 
CWD /mnt/etc/pve/nodes or CWD /etc/pve/nodes
550 Failed to change directory.

CWD /mnt/pve or CWD /mnt/mnt/pve
550 Failed to change directory.

CWD /mnt/var/lib/vz/private or CWD /var/lib/vz/private
550 Failed to change directory.

That error i get from try access to it.
You logged in as root on your Proxmox node through FileZilla?

Instead of clicking on directory at a time, try to type it in /mnt/pve/.

Also there are no such directory /mnt/etc/pve/..... or /mnt/var/lib..... or /mnt/mnt/....