if you are uploading a file on file manager in CyberPanel. and getting some error there. Follow this short solution for can’t upload the file on CyberPanel file manager.
Solution
There is very easy and short solution for this issue. Access your root through Bitvise or putty open your terminal(CLI) and run this Command
Systemctl restart lscpd
This simple command will restart all of your CyberPanel services and now if you can try you can easily upload any file but there may be upload limit issue if so you can follow this tutorial to solve that Link below.
if you want to upload a file from the file manager on CyberPanel and the size of the file is large according to the upload limit. Then you need to change (Mostly increase) the default setting. In this article, we show how to change the upload limit on cyberpanel step by step.
Change Upload limit On CyberPanel
Login to your CyberPanel using the link:
https://<your-ip>:8090
Go to PHP → Eidt PHP Configs → Basic, and select the version of PHP on which you want to change the upload limit.
Set the limit in upload_max_filesize according to your choice and then click on Save Changes
After doing that also press the Restart PHP button this thing will apply all changes on the server level and you can now be good to go with it.
You can also read about child domains and more in the next article.
This is a basic tutorial in this i will tell you how to create FTP account on CyberPanel. To create and access FTP account using CyberPanel is very easy you just need to follow the few steps.
Access CyberPanel
Create FTP account
Access FTP account
Access CyberPanel:
To access Cyberpanel go to the :
https://<your ip>:8090
You can also access through the host name. Provide the login username and password to access the page and click the lo0gin in.
Create an FTP account on CyberPanel:
To create FTP account you need to go to the:
FTP-> Create FTP account.
Now Select a website for which you want to create a FTP account and provide the required details.
After adding information press Create button.
Access FTP account:
Once you successfully created a FTP account on CyberPanel now you can access the FTP account easily using FileZilla program.
You can easily download FileZilla program for your computer from there official site. Click Here to download.
To access FTP account using filezilla you need following information like:
Username
Password
Port number
Host
User name and password are the once you set during the creation of account on CyberPanel. You can use port 21 for FTP and your IP address as Host.
This is just a basic tutorial about creating and access your FTP account.
CyberPanel is a Webhosting control panel. If you want to upload a file of large size and you are unable to do so. So here I will tell you how to change the Maximum upload file size.
Sometimes you want to import a database of large size or you want to upload an image or file on your size of large size and then you receive an error that you cant upload a file more than 2M (2M is the default size for the post in CyberPanel).
Here I will tell you how you can increase the Max upload limit for post and file. You can also change different things like maximum execution time, max input time, etc.
Follow all the steps to change Upload Limit.
Login to your CyberPanel using your credentials.
2. Now go to the PHP->Edit PHP Configs
3. You can see the Basic and Advanced buttons here. Remain on Basic and Select your required PHP version from here.
4. Once you select the required version you can see the different option here
Here you can update the values for all fields according to your requirements. You can update values here Like Max uploads size, max execution time, Post size, etc.
After updating values you need to click the save button to save all changes .
In the last steps, you need to restart PHP in the latest version of CyberPanel they give the option of restart in the Panel. Below the configuration. But if you are on the old version you have to restart PHP.
Without restarting PHP the changes will never applied.
If you want you upgrade your Cyberpanel to latest version then you are at right place.
Here we tell you how to upgrade CyberPanel to the latest version. this is pretty easy to upgrade CyberPanel. You can get the latest Upgraded CyberPanel through just one command.
Upgrade CyberPanel To latest version:
Here the command to upgrade the cyber panel to the latest version.
sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)
But if you do not want the latest released version. You want to install any other specific version then use another command which allows you to update the cyber panel to a specific version.
<branch name> is the name of the branch you want to install like 2.0.1
From the first command, you can also upgrade the Cyberpanel to a specific version for this you have to take care of a thing, and what id that?
sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)
When you run this command and at a point, they ask for a version you can give the version like 2.0.2 or any you want. And if you want to upgrade to the version that is not released yet get and find the version from the CyberPanel team and provide the version when this command asks for the version.
Cyberpenel developers are very fast and good at updating. And introducing new features for CyberPanel users. I think they are always in a hurry to launch a new version. And trust me, they always introduce the best in the new version of CyberPanel. That’s why I like them. But I don’t think auto-upgrade is possible for CyberPanel. You will need to update when they release the new version. Here I will give you a very easy way to upgrade the cyber panel. Believe me, it has only one command.