How to restore a Full cPanel Account using JetBackup 5

Before starting the article please make note of the possible consequences when restoring Full Account Backups: Check the below steps to restore a Full cPanel Account using JetBackup 5 You have to log in to your cPanel. After logging in browse the Files section and tab on jetBackup5 Under the “Restore & Download section, the tab “Full Backups” Next, you […]

» Read more

Migration from Another Webuzo Instance

Intro: This guide will help you to Migrate from another Webuzo instance. Requirement: Build Domain Structure Insert domains to the new server from the Webuzo Enduser Panel with the same details that you’ve used on the old server so as to speed up the migration process.    Procedure Move to Webuzo Enduser Panel > Server Utilities > Import from Webuzo […]

» Read more

How to Import From cPanel to Webuzo

Intro: This article will guide you on importing databases from cPanel to Webuzo.              Procedure: Move to Webuzo Enduser Panel > Server Utilities > Import From cPanel.   Find below screenshot from cPanel: Remote Import Steps: A below-mentioned screen shot indicates Import process has started successfully. Local Backup File Import Steps A below-mentioned screenshot indicates Import process has started successfully. Important […]

» Read more

How to Convert cPanel to Webuzo

Intro: This guide will help you to convert your cPanel server to Webuzo. This tool performs many tasks like converting your cPanel server itself uninstalls cPanel, installing Webuzo, and converting all cPanel data to Webuzo. Everything works smoothly and all your users’ websites, domains, databases, emails, FTP accounts, and SSL certificates remain as it is. Note:  Please ensure you’ve fully […]

» Read more

How to increase session timeout in php?

Sometimes php session timeouts quickly before your script execute. You can increase this time by simply editing some directives in php.ini. First locate php.ini root@host[~]# php -i | grep php.ini Configuration File (php.ini) Path => /usr/local/lib Loaded Configuration File => /usr/local/lib/php.ini Get current session time out time root@host[~]# grep -i session.gc_maxlifetime /usr/local/lib/php.ini session.gc_maxlifetime = 14400 ; setting session.gc_maxlifetime to 1440 […]

» Read more
1 2 3 6