Archive for the ‘Plesk’ Category
Friday, April 11th, 2008
Retrieve your Plesk password on Windows:
Log on to your webserver and go to start -> run -> cmd
c:\cd "%plesk_bin%"
The %plesk_bin% here stands for c:\program files\swsoft\plesk\admin\bin folder in case of 'by default' installation.
By executing the command plesksrvclient -get you will get your Plesk password in a popup.
Retrieve your Plesk password on ...
Posted in Linux, Plesk, Windows | No Comments »
Friday, March 21st, 2008
Backup
Create backup
/usr/local/psa/bin/pleskbackup -vvv domains domain.be /home/root/psabackup
Move backup to another server
sftp root@newserverip put /home/root/psabackup
Restore
Create map file
/usr/local/psa/bin/pleskrestore --create-map /root/psabackup -map /root/backup.map
Edit map file
Edit /root/backup.map.
The value between []'s should be replaced with the client name where you want to restore to. Change IP's by adding -> new IP.
Example; [clientname] ...
Posted in Linux, Plesk | No Comments »
Friday, March 21st, 2008
Keep your packages up to date for Plesk servers with Atomic archives. Install automatically like this;
wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh
Manual installation also possible, see here: http://www.atomicorp.com/channels/
Posted in Linux, Plesk | No Comments »