<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; User-Panel</title>
	<atom:link href="https://wiki.centos-webpanel.com/category/user-panel/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Can&#039;t log into CWP user/admin panel</title>
		<link>https://wiki.centos-webpanel.com/cant-log-into-cwp-useradmin-panel</link>
		<comments>https://wiki.centos-webpanel.com/cant-log-into-cwp-useradmin-panel#comments</comments>
		<pubDate>Tue, 04 Oct 2022 06:16:53 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User-Panel]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1829</guid>
		<description><![CDATA[User Panel If you can't log into the user panel you can try to reset the user password from the admin panel. Admin Panel If your root password is not working then the only option is to reset it via shell using passwd command. If you also don't have shell/ssh/console access then you would need [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>User Panel</strong><br />
If you can't log into the user panel you can try to reset the user password from the admin panel.</p>
<p><strong>Admin Panel</strong><br />
If your root password is not working then the only option is to reset it via shell using passwd command.</p>
<p>If you also don't have shell/ssh/console access then you would need to request your hosting provider to recover the root password or try to recover it by yourself using a rescue boot.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/cant-log-into-cwp-useradmin-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>404 on user login</title>
		<link>https://wiki.centos-webpanel.com/404-on-user-login</link>
		<comments>https://wiki.centos-webpanel.com/404-on-user-login#comments</comments>
		<pubDate>Wed, 24 Nov 2021 18:27:11 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[User-Panel]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1600</guid>
		<description><![CDATA[If you get error 404 after login to the user panel, then you need to check: - from the command line check for MySQL for errors, you can use this example mysql -e "show databases;" * If you only get an output of databases without any error then all is ok with MySQL. If you [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If you get error 404 after login to the user panel, then you need to check:<br />
- from the command line check for MySQL for errors, you can use this example</p>
<pre>mysql -e "show databases;"</pre>
<p><em>* If you only get an output of databases without any error then all is ok with MySQL.<br />
If you have some errors then you first need to fix them before going to the next step.</em></p>
<p>- rebuild cwpsrv configuration</p>
<pre>sh /scripts/cwpsrv_rebuild_user_conf</pre>
<p>Now you should be able to open the user panel, if you still have an issue then you should contact cwp support.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/404-on-user-login/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big file upload via File Manager</title>
		<link>https://wiki.centos-webpanel.com/big-file-upload-via-file-manager</link>
		<comments>https://wiki.centos-webpanel.com/big-file-upload-via-file-manager#comments</comments>
		<pubDate>Wed, 27 Mar 2019 13:00:53 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[User-Panel]]></category>
		<category><![CDATA[Big file upload]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1118</guid>
		<description><![CDATA[Video instructions for CWP File Manager To upload a big file via File manager, we need to edit CWP PHP configuration. First backup configuration file: /usr/local/cwp/php71/php.ini cp /usr/local/cwp/php71/php.ini /usr/local/cwp/php71/php.ini.bak Edit configuration file: /usr/local/cwp/php71/php.ini nano /usr/local/cwp/php71/php.ini Locate upload_max_filesize, post_max_size and memory_limit. Change to your size, in this case we are using 500MB, please note that post_max_size [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>Video instructions for CWP File Manager</strong></p>
<p><object width="700" height="425"><param name="movie" value="https://www.youtube.com/v/QW4Rr_3bVBU?version=3&amp;showinfo=0&amp;theme=light&amp;fs=1&amp;rel=0&amp;iv_load_policy=3&amp;modestbranding=1"></param><param name="allowScriptAccess" value="always"></param><param name="allowFullScreen" value="true"></param><embed src="https://www.youtube.com/v/QW4Rr_3bVBU?version=3&amp;showinfo=0&amp;theme=light&amp;fs=1&amp;rel=0&amp;iv_load_policy=3&amp;modestbranding=1" type="application/x-shockwave-flash" allowScriptAccess="always" allowfullscreen="true" width="700" height="425"></embed></object></p>
<p>To upload a big file via File manager, we need to edit CWP PHP configuration.</p>
<p>First backup configuration file:  /usr/local/cwp/php71/php.ini </p>
<pre>cp /usr/local/cwp/php71/php.ini /usr/local/cwp/php71/php.ini.bak</pre>
<p><strong>Edit configuration file:</strong> /usr/local/cwp/php71/php.ini</p>
<pre>nano /usr/local/cwp/php71/php.ini</pre>
<p>Locate <strong>upload_max_filesize</strong>, <strong>post_max_size </strong>and <strong>memory_limit</strong>.<br />
Change to your size, in this case we are using 500MB, please note that <strong>post_max_size</strong> and <strong>memory_limit</strong> need to be greater than <strong>upload_max_filesize</strong></p>
<p>Example for 500MB File:</p>
<pre>
upload_max_filesize = 500M
post_max_size = 550M
memory_limit = 1024M
max_input_time = 300
max_execution_time = 300</pre>
<p>* Save the file /usr/local/cwp/php71/php.ini</p>
<p><strong>Edit configuration file:</strong> /usr/local/cwpsrv/conf/cwpsrv.conf</p>
<pre>nano /usr/local/cwpsrv/conf/cwpsrv.conf</pre>
<p>Edit line <strong>client_max_body_size</strong> and set it to 550M</p>
<pre>client_max_body_size 550M;</pre>
<p>* Save the file and restart cwp</p>
<pre>sh /scripts/restart_cwpsrv</pre>
<h1>cpanel subdomain</h1>
<p>If you will be using File Manager for uploading big files over the cpanel subdomain like example cpanel.domain.com then you would need to edit all your webservers also:</p>
<p><strong>Nginx</strong> (File: /etc/nginx/nginx.conf)<br />
client_max_body_size 550M;</p>
<p><strong>Apache</strong> (File: /usr/local/apache/conf/httpd.conf)<br />
LimitRequestBody 504857600</p>
<h1>More Detailed Info</h1>
<p><strong>upload_max_filesize</strong>: By default this value is 64MB. We need to increase it to the maximum size of a single file that we want to upload.</p>
<p><strong>post_max_size</strong>: It defines the maximum size of POST data that PHP will accept. This value should be greater than <strong>upload_max_filesize</strong>.</p>
<p><strong>memory_limit</strong>: This sets the amount of memory a PHP script is allowed to use during its execution. Set this to a value greater <strong>than post_max_size</strong> so that PHP script can load and process the uploaded file.</p>
<p><strong>max_input_time</strong>: This sets the maximum time in seconds a script is allowed to parse input data, like POST and GET. Timing begins at the moment PHP is invoked at the server and ends when execution begins. This would include populating $_FILES superglobal.</p>
<p><strong>max_execution_time</strong>: The time a script is allowed to run after its input has been parsed. This would include any processing of the file itself.</p>
<h1>Configure All user PHP versions on the server</h1>
<p>If you need to configure all user PHP versions on the server: main PHP, PHP selector, PHP-FPM selector then you can use this script</p>
<p>Set Max upload file size to 128 MB</p>
<pre>sh /scripts/php_big_file_upload 128</pre>
<p>Example output:</p>
<pre>sh /scripts/php_big_file_upload 128
New Configuration:
---------------------
upload_max_filesize = 128M
post_max_size = 133M
memory_limit = 152M
max_input_time = 300
max_execution_time = 300
---------------------
Editing File: /opt/alt/php52/usr/php/php.ini
Editing File: /opt/alt/php53/usr/php/php.ini
Editing File: /opt/alt/php54/usr/php/php.ini
Editing File: /opt/alt/php55/usr/php/php.ini
Editing File: /opt/alt/php56/usr/php/php.ini
Editing File: /opt/alt/php70/usr/php/php.ini
Editing File: /opt/alt/php71/usr/php/php.ini
Editing File: /opt/alt/php72/usr/php/php.ini
Editing File: /opt/alt/php73/usr/php/php.ini
Editing File: /opt/alt/php74/usr/php/php.ini
Editing File: /opt/alt/php80/usr/php/php.ini
Editing File: /opt/alt/php-fpm52/usr/php/php.ini
Editing File: /opt/alt/php-fpm53/usr/php/php.ini
Editing File: /opt/alt/php-fpm54/usr/php/php.ini
Editing File: /opt/alt/php-fpm56/usr/php/php.ini
Editing File: /opt/alt/php-fpm70/usr/php/php.ini
Editing File: /opt/alt/php-fpm71/usr/php/php.ini
Editing File: /opt/alt/php-fpm73/usr/php/php.ini
Editing File: /usr/local/php/php.ini</pre>
<p>You can also use <strong>all</strong> flag to configure all services, example for 512Mb</p>
<pre>sh /scripts/php_big_file_upload 512 all</pre>
<p>It will configure: Nginx, Apache, CWP and PHP versions on the server<br />
<em>Note: For php-fpm you need to restart each version</em></p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/big-file-upload-via-file-manager/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid Session in the panel</title>
		<link>https://wiki.centos-webpanel.com/invalid-session-in-the-panel</link>
		<comments>https://wiki.centos-webpanel.com/invalid-session-in-the-panel#comments</comments>
		<pubDate>Mon, 28 Jan 2019 22:18:34 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[User-Panel]]></category>
		<category><![CDATA[Invalid Session]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1101</guid>
		<description><![CDATA[If you get a message "Invalid Session" in the panel and you got logout automatically this can be one of the following: - you have multiple tabs/windows open with the different session id - your ip address has changed Please note that you need to have the same session id for all open tabs and [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If you get a message "Invalid Session" in the panel and you got logout automatically this can be one of the following:</p>
<p>- you have multiple tabs/windows open with the different session id<br />
- your ip address has changed</p>
<p>Please note that you need to have the same session id for all open tabs and windows in the same browser.<br />
If you get logout then you will need to close all windows as you will get a new session id on the login.</p>
<p><strong>Where can I see my session id?</strong><br />
The session id is visible in your browser when you login to cwp, it looks like this:</p>
<p>http://IP:2030/cwp_c5297c3a606e05aa180757c2ba3a1656/admin/index.php</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/invalid-session-in-the-panel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Logins</title>
		<link>https://wiki.centos-webpanel.com/user-logins</link>
		<comments>https://wiki.centos-webpanel.com/user-logins#comments</comments>
		<pubDate>Sun, 09 Sep 2018 23:07:28 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[User-Panel]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1009</guid>
		<description><![CDATA[With the user panel login credentials you can login to: - phpMyAdmin (MySQL Database Web Gui) - FTP server - CWP User Panel As admin/root you can also login into users panel with the root password.]]></description>
				<content:encoded><![CDATA[<p><strong>With the user panel login credentials you can login to:</strong><br />
- phpMyAdmin (MySQL Database Web Gui)<br />
- FTP server<br />
- CWP User Panel</p>
<p>As admin/root you can also login into users panel with the root password.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/user-logins/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can root login as a user ?</title>
		<link>https://wiki.centos-webpanel.com/how-can-root-login-as-a-user</link>
		<comments>https://wiki.centos-webpanel.com/how-can-root-login-as-a-user#comments</comments>
		<pubDate>Mon, 23 Feb 2015 19:22:52 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[User-Panel]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=17</guid>
		<description><![CDATA[Where is User Panel and how to log in as a user? In the user account list from the admin area click on the "Open Panel" link How to login as a user by using the root account ? On the user panel login prompt enter the users “username” and your root password.]]></description>
				<content:encoded><![CDATA[<p><strong>Where is User Panel and how to log in as a user?</strong><br />
In the user account list from the admin area click on the "Open Panel" link</p>
<p><strong>How to login as a user by using the root account ?</strong><br />
On the user panel login prompt enter the users “username” and your root password.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/how-can-root-login-as-a-user/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
