<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Post4VPS Forum | Free VPS Provider - VPS Support]]></title>
		<link>https://post4vps.com/</link>
		<description><![CDATA[Post4VPS Forum | Free VPS Provider - https://post4vps.com]]></description>
		<pubDate>Fri, 03 Apr 2026 22:08:58 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Hardware Pairing Key]]></title>
			<link>https://post4vps.com/Thread-Hardware-Pairing-Key</link>
			<pubDate>Tue, 25 May 2021 07:02:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=512">sagher</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Hardware-Pairing-Key</guid>
			<description><![CDATA[Hello everyone. <br />
<br />
I like to learn about generating a Hardware Pairing key and Checksum key. <br />
Any simple introduction of these two keys in Hex format and way to generate it ?<br />
Here is the simple example of these keys which demanding for a program i like to be install into my VPS. <br />
<br />
HWPAIRING KEY: 4A7478ECC5AE04B6D413795A7789DDC6DC857039FED5925119FF3A0364F961F4A7DC8398FCBF8B157D4DDAEB4F0245F7A54959AD6CE12A3F2A86B98D7708B058<br />
<br />
CHECKSUM: A06D39534FDCE7D561CB3B29108B4E56<br />
<br />
<br />
These dummy keys is just for a format and i like to know about purpose of these keys because during installation i got a error message at the end that these keys are not matching with existing hardware. <br />
<br />
Help me if anyone know about it. how to generate a valid HW keys for my VPS. or hardware machine. <br />
<br />
Thankyou.]]></description>
			<content:encoded><![CDATA[Hello everyone. <br />
<br />
I like to learn about generating a Hardware Pairing key and Checksum key. <br />
Any simple introduction of these two keys in Hex format and way to generate it ?<br />
Here is the simple example of these keys which demanding for a program i like to be install into my VPS. <br />
<br />
HWPAIRING KEY: 4A7478ECC5AE04B6D413795A7789DDC6DC857039FED5925119FF3A0364F961F4A7DC8398FCBF8B157D4DDAEB4F0245F7A54959AD6CE12A3F2A86B98D7708B058<br />
<br />
CHECKSUM: A06D39534FDCE7D561CB3B29108B4E56<br />
<br />
<br />
These dummy keys is just for a format and i like to know about purpose of these keys because during installation i got a error message at the end that these keys are not matching with existing hardware. <br />
<br />
Help me if anyone know about it. how to generate a valid HW keys for my VPS. or hardware machine. <br />
<br />
Thankyou.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Step by step tutorial for installing a WP site from Debian 10+Nginx without a panel?]]></title>
			<link>https://post4vps.com/Thread-Step-by-step-tutorial-for-installing-a-WP-site-from-Debian-10-Nginx-without-a-panel</link>
			<pubDate>Sun, 16 May 2021 18:36:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=917">deanhills</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Step-by-step-tutorial-for-installing-a-WP-site-from-Debian-10-Nginx-without-a-panel</guid>
			<description><![CDATA[I'm trying to find a really quality tutorial providing all of the steps that will finally lead to installing a WordPress site without a panel.  The OS has to be Debian 10 with Nginx.  I've worked my way through loads of tutorials from Google but haven't had success yet.  They must be missing steps that are taken as "given" and "for granted" by those creating WP in a non-panel environment.<br />
<br />
My issue is not with installing WP from the command line.  My issue is with setting permissions.  It may also have to do with my VPS security settings with SELinux and requirement for having the correct side script language in an .htaccess page.  And also having more than one .htaccess in more than one location.  Preferably I don't want to use .htaccess at all, as like the SELinux cop out for disabling it, I think .htaccess is also an overrider of security.<br />
<br />
I've done basically everything with the permissions.  Like I always disable SELinux as standard.  I've learned how to open all of the ports.  How to check how to listen to them.  How to set up users and CHOWN them.  How to set up the right permissions for the folders and files.  Yet I've been unsuccesful with setting up WP.  I must be doing something wrong.<br />
<br />
I'm comfortable with how VestaCP set up its filing system.  I have success with WP every time with VestaCP.  I can do it with eyes closed.  I install WP with VestaCP from the command line and basically only use the database and file setup and server of VestaCP.  I only need to add the command below at the end of the installation so I can install plugins and themes in WP directly from the WP Dashboard. <br />
<br />
chown admin -R *<br />
<br />
However  when I install WP from the command line in a non-panel environment in Apache and use the above chown command for admin, it says no such user.  When I try to create a user admin in a non-panel environment I can't do so.  I can create non-admin name users, but not admin.  I  get it that the file path to the domain in apache and nginx is /var/www/html and the virtual host .conf files in etc/conf. I've worked through tons of step to set up permissions for those folders. I get how they are set up but am obviously missing something as in most cases I can't get WP admin set up right.  Even when I nano the content of index.html, it fetches the generic Apache index.html from somewhere else. When I delete index.html from the root of the domain apache still gets another index.html that is the generic Apache page.  I know about cache and deleting it everywhere including in your OS. Whatever I do the index.html stays with the default original Apache index file, and if I fiddle too much everything breaks and it goes to 404 or cannot find.<br />
<br />
I need a really good tutorial for getting the folder and file structure, and permissions as well as users right.  There has to be something that one does to for example create one's own folder structure like VestaCP does under home/admin/web/domain.com/public_html/ and then get it pointed to the var/www/html direction (where in VestaCP there are no sub-folders and files) but where Apache wants it to be, and ditto with the dot.conf virtual host files, of getting the permissions and users right.  A step by step tutorial with no steps missed.  I get it how to create .htaccess.  But the standard wording provided does not make any difference.  Looks like .htaccess has to be copied to other Web folders and not only the root folder of the domain.  <br />
<br />
Installation of php is also an issue.  There are millions of ways of doing it.  But I think that may be an issue too.  I know how to do the initial installation to set it up for a specific version of php before one installs php. But I'd like to get a simpler way of doing it. I don't feel as in control with php as i do with MariaDB.<br />
<br />
Until I get the above right, I'm sticking with the Debian Fork by dpeca of myVestaCP as it works OK for me.  But I'd be really happy with myself if I could find a simple minimalist way of getting to use WordPress with no panel at all from the command line.  I know how to use MariaDB, I can create a database and user from the command line. I can give the database a user and permissions.  I know my way into phpmyadmin. I can do some edits in phpmyadmin, import databases, create new one. I can create WP from the command line.  I can create a static Website from the command line.  But the permissions of the Administrator of WP as well as where Apache fetches everything has me at a loss. I don't get it when I delete index.html why and where Apache fetches its default page.  Even when cache and everything associated with cache has been removed.]]></description>
			<content:encoded><![CDATA[I'm trying to find a really quality tutorial providing all of the steps that will finally lead to installing a WordPress site without a panel.  The OS has to be Debian 10 with Nginx.  I've worked my way through loads of tutorials from Google but haven't had success yet.  They must be missing steps that are taken as "given" and "for granted" by those creating WP in a non-panel environment.<br />
<br />
My issue is not with installing WP from the command line.  My issue is with setting permissions.  It may also have to do with my VPS security settings with SELinux and requirement for having the correct side script language in an .htaccess page.  And also having more than one .htaccess in more than one location.  Preferably I don't want to use .htaccess at all, as like the SELinux cop out for disabling it, I think .htaccess is also an overrider of security.<br />
<br />
I've done basically everything with the permissions.  Like I always disable SELinux as standard.  I've learned how to open all of the ports.  How to check how to listen to them.  How to set up users and CHOWN them.  How to set up the right permissions for the folders and files.  Yet I've been unsuccesful with setting up WP.  I must be doing something wrong.<br />
<br />
I'm comfortable with how VestaCP set up its filing system.  I have success with WP every time with VestaCP.  I can do it with eyes closed.  I install WP with VestaCP from the command line and basically only use the database and file setup and server of VestaCP.  I only need to add the command below at the end of the installation so I can install plugins and themes in WP directly from the WP Dashboard. <br />
<br />
chown admin -R *<br />
<br />
However  when I install WP from the command line in a non-panel environment in Apache and use the above chown command for admin, it says no such user.  When I try to create a user admin in a non-panel environment I can't do so.  I can create non-admin name users, but not admin.  I  get it that the file path to the domain in apache and nginx is /var/www/html and the virtual host .conf files in etc/conf. I've worked through tons of step to set up permissions for those folders. I get how they are set up but am obviously missing something as in most cases I can't get WP admin set up right.  Even when I nano the content of index.html, it fetches the generic Apache index.html from somewhere else. When I delete index.html from the root of the domain apache still gets another index.html that is the generic Apache page.  I know about cache and deleting it everywhere including in your OS. Whatever I do the index.html stays with the default original Apache index file, and if I fiddle too much everything breaks and it goes to 404 or cannot find.<br />
<br />
I need a really good tutorial for getting the folder and file structure, and permissions as well as users right.  There has to be something that one does to for example create one's own folder structure like VestaCP does under home/admin/web/domain.com/public_html/ and then get it pointed to the var/www/html direction (where in VestaCP there are no sub-folders and files) but where Apache wants it to be, and ditto with the dot.conf virtual host files, of getting the permissions and users right.  A step by step tutorial with no steps missed.  I get it how to create .htaccess.  But the standard wording provided does not make any difference.  Looks like .htaccess has to be copied to other Web folders and not only the root folder of the domain.  <br />
<br />
Installation of php is also an issue.  There are millions of ways of doing it.  But I think that may be an issue too.  I know how to do the initial installation to set it up for a specific version of php before one installs php. But I'd like to get a simpler way of doing it. I don't feel as in control with php as i do with MariaDB.<br />
<br />
Until I get the above right, I'm sticking with the Debian Fork by dpeca of myVestaCP as it works OK for me.  But I'd be really happy with myself if I could find a simple minimalist way of getting to use WordPress with no panel at all from the command line.  I know how to use MariaDB, I can create a database and user from the command line. I can give the database a user and permissions.  I know my way into phpmyadmin. I can do some edits in phpmyadmin, import databases, create new one. I can create WP from the command line.  I can create a static Website from the command line.  But the permissions of the Administrator of WP as well as where Apache fetches everything has me at a loss. I don't get it when I delete index.html why and where Apache fetches its default page.  Even when cache and everything associated with cache has been removed.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installation of WP without Panel - Permissions Issue]]></title>
			<link>https://post4vps.com/Thread-Installation-of-WP-without-Panel-Permissions-Issue</link>
			<pubDate>Tue, 11 May 2021 17:39:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=917">deanhills</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Installation-of-WP-without-Panel-Permissions-Issue</guid>
			<description><![CDATA[I've been quite busy over the last two days with a project to install a Web Server and a WordPress blog without a panel.  Took a lot of study and learning, and in the end the only thing I couldn't sort out was the permissions for WordPress.  The plugins didn't come up when I worked in the dashboard of my WP installation.  <br />
<br />
I installed a LAMP Stack on CentOS 7:<br />
<br />
Webserver httpd<br />
Disabled SELinux<br />
MariaDB server<br />
phpmyadmin<br />
php 7.3<br />
Ioncube<br />
WordPress<br />
<br />
Felt quite funny to be working from var/www/html instead of home/admin/web/.....  The first part went OK.  I was able to get a Website up easy.<br />
<br />
Challenge came with Wordpress.  I was happy I could get it up and running. Once installed, when the install windows came up promptly when I typed in my URL. With the database info I provided (installed with MariaDB from command prompt), WordPress was not too happy - it could not create the config file automatically but prompted me to create and upload it manually.  And that worked out OK.  Problem came with trying to download plugins.  The plugins wouldn't come up for selection.  I was able to install them manually through uploading zipped folders from my computer.  But was unable to update them, or create new ones directly from WordPress.  Something went wonky with the permissions.  <br />
<br />
In all of my previous installations all I had to do was to provide the following simple chown command after installation of WP so that plugins could be installed and updated from the dashboard:<br />
<br />
chown admin -R *<br />
<br />
However with the installation of Apache through command line, it can't find the user "Admin".  So I now wonder what I need to do to be able to use:<br />
chown admin -R *<br />
<br />
I then Googled this to death - tried all kinds of other things - none of which helped:<br />
<br />
chown apache:apache /var/www/html<br />
chown -R apache /var/www/html/<br />
<br />
I finally followed the suggestion in this recommendation - which I think broke my WP site in the end:<br />
<a href="https://www.ryadel.com/en/set-file-system-permissions-wordpress-web-site-centos-7-chmod/" target="_blank" rel="noopener" class="mycode_url">https://www.ryadel.com/en/set-file-syste...s-7-chmod/</a><br />
<br />
Created a script file that I uploaded to the root of my var/www/html folder with this bash command:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>bash set-wordpress-permissions.sh /var/www/</code></div></div><br />
And I think it broke the WordPress installation as I was no longer able to get in.<br />
<br />
So does any one know what I need to do to get chown admin -R* to work?  I.e. create admin?<br />
<br />
I'm going back to VestaCP temporarily, so I can check the conf files.<br />
<br />
I need some command for mariadb I think to make wordpress happy.  Give it permissions.  At least WP had a workaround with getting me to upload the wp-config.php manually.  But that was the first hickup.<br />
<br />
I also need a command for setting up admin to work with wordpress.]]></description>
			<content:encoded><![CDATA[I've been quite busy over the last two days with a project to install a Web Server and a WordPress blog without a panel.  Took a lot of study and learning, and in the end the only thing I couldn't sort out was the permissions for WordPress.  The plugins didn't come up when I worked in the dashboard of my WP installation.  <br />
<br />
I installed a LAMP Stack on CentOS 7:<br />
<br />
Webserver httpd<br />
Disabled SELinux<br />
MariaDB server<br />
phpmyadmin<br />
php 7.3<br />
Ioncube<br />
WordPress<br />
<br />
Felt quite funny to be working from var/www/html instead of home/admin/web/.....  The first part went OK.  I was able to get a Website up easy.<br />
<br />
Challenge came with Wordpress.  I was happy I could get it up and running. Once installed, when the install windows came up promptly when I typed in my URL. With the database info I provided (installed with MariaDB from command prompt), WordPress was not too happy - it could not create the config file automatically but prompted me to create and upload it manually.  And that worked out OK.  Problem came with trying to download plugins.  The plugins wouldn't come up for selection.  I was able to install them manually through uploading zipped folders from my computer.  But was unable to update them, or create new ones directly from WordPress.  Something went wonky with the permissions.  <br />
<br />
In all of my previous installations all I had to do was to provide the following simple chown command after installation of WP so that plugins could be installed and updated from the dashboard:<br />
<br />
chown admin -R *<br />
<br />
However with the installation of Apache through command line, it can't find the user "Admin".  So I now wonder what I need to do to be able to use:<br />
chown admin -R *<br />
<br />
I then Googled this to death - tried all kinds of other things - none of which helped:<br />
<br />
chown apache:apache /var/www/html<br />
chown -R apache /var/www/html/<br />
<br />
I finally followed the suggestion in this recommendation - which I think broke my WP site in the end:<br />
<a href="https://www.ryadel.com/en/set-file-system-permissions-wordpress-web-site-centos-7-chmod/" target="_blank" rel="noopener" class="mycode_url">https://www.ryadel.com/en/set-file-syste...s-7-chmod/</a><br />
<br />
Created a script file that I uploaded to the root of my var/www/html folder with this bash command:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>bash set-wordpress-permissions.sh /var/www/</code></div></div><br />
And I think it broke the WordPress installation as I was no longer able to get in.<br />
<br />
So does any one know what I need to do to get chown admin -R* to work?  I.e. create admin?<br />
<br />
I'm going back to VestaCP temporarily, so I can check the conf files.<br />
<br />
I need some command for mariadb I think to make wordpress happy.  Give it permissions.  At least WP had a workaround with getting me to upload the wp-config.php manually.  But that was the first hickup.<br />
<br />
I also need a command for setting up admin to work with wordpress.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VPS 9 Dallas issues with changing Port Number]]></title>
			<link>https://post4vps.com/Thread-VPS-9-Dallas-issues-with-changing-Port-Number</link>
			<pubDate>Sun, 09 May 2021 15:24:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=917">deanhills</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-VPS-9-Dallas-issues-with-changing-Port-Number</guid>
			<description><![CDATA[I've been having issues with changing my port number.  With OS CentOS 7 x86_64 Minimal v2 although I think it is more on the VPS side.<br />
<br />
These are the steps I followed for changing the port:<br />
<br />
yum install nano<br />
/etc/ssh/sshd_config<br />
I removed the #comment before Port 22 and changed the 22 to 6382<br />
Then successfully saved it - ctrl X - Y - Enter<br />
Then tried to restart ssh: service sshd restart<br />
<br />
An error came up and it wouldn't allow me to restart the service.  Unfortunately I didn't copy the error wording but it basically said that sshd was unavailable.  Of course when I tried to get in again via SSH there was an error.  I then reinstalled the OS again.  Googled the issue.  Tried alternative commands.  But same results.  Once I've done a change in /etc/ssh/sshd_config I can't get in any longer.  At one point I even tried to change back to #Port 22 - the way it was before. I was still unable to get in again.]]></description>
			<content:encoded><![CDATA[I've been having issues with changing my port number.  With OS CentOS 7 x86_64 Minimal v2 although I think it is more on the VPS side.<br />
<br />
These are the steps I followed for changing the port:<br />
<br />
yum install nano<br />
/etc/ssh/sshd_config<br />
I removed the #comment before Port 22 and changed the 22 to 6382<br />
Then successfully saved it - ctrl X - Y - Enter<br />
Then tried to restart ssh: service sshd restart<br />
<br />
An error came up and it wouldn't allow me to restart the service.  Unfortunately I didn't copy the error wording but it basically said that sshd was unavailable.  Of course when I tried to get in again via SSH there was an error.  I then reinstalled the OS again.  Googled the issue.  Tried alternative commands.  But same results.  Once I've done a change in /etc/ssh/sshd_config I can't get in any longer.  At one point I even tried to change back to #Port 22 - the way it was before. I was still unable to get in again.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Unable to install and run mysql server with phpmyadmin]]></title>
			<link>https://post4vps.com/Thread-Unable-to-install-and-run-mysql-server-with-phpmyadmin</link>
			<pubDate>Sun, 09 May 2021 10:59:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=512">sagher</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Unable-to-install-and-run-mysql-server-with-phpmyadmin</guid>
			<description><![CDATA[Hello all experts. please help me i am stuck here. <br />
<br />
sudo service mysql restart<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Job for mysql.service failed because the control process exited with error code.<br />
See "systemctl status mysql.service" and "journalctl -xe" for details.<br />
root@kvm-xxxx:~#<br />
root@kvm-xxxx:~# systemctl status mysql.service<br />
● mysql.service - LSB: Start and stop the mysql database server daemon<br />
   Loaded: loaded (/etc/init.d/mysql; generated; vendor preset: enabled)<br />
   Active: failed (Result: exit-code) since Sun 2021-05-09 06:49:06 EDT; 17s ago<br />
     Docs: man:systemd-sysv-generator(8)<br />
  Process: 25216 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE)<br />
<br />
May 09 06:48:36 kvm-xxxx systemd[1]: Starting LSB: Start and stop the mysql databas<br />
May 09 06:48:36 kvm-xxxx mysql[25216]: /etc/init.d/mysql: WARNING: /etc/mysql/my.cn<br />
May 09 06:48:36 kvm-xxxx /etc/init.d/mysql[25246]: [143B blob data]<br />
May 09 06:49:06 kvm-xxxx mysql[25216]: Starting MariaDB database server: mysqld . .<br />
May 09 06:49:06 kvm-xxxx systemd[1]: mysql.service: Control process exited, code=ex<br />
May 09 06:49:06 kvm-xxxx systemd[1]: Failed to start LSB: Start and stop the mysql<br />
May 09 06:49:06 kvm-xxxx systemd[1]: mysql.service: Unit entered failed state.<br />
May 09 06:49:06 kvm-xxxxs systemd[1]: mysql.service: Failed with result 'exit-code'.<br />
lines 1-14/14 (END)<br />
● mysql.service - LSB: Start and stop the mysql database server daemon<br />
   Loaded: loaded (/etc/init.d/mysql; generated; vendor preset: enabled)<br />
   Active: failed (Result: exit-code) since Sun 2021-05-09 06:49:06 EDT; 17s ago<br />
     Docs: man:systemd-sysv-generator(8)<br />
  Process: 25216 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE)<br />
<br />
May 09 06:48:36 kvm-xxxx systemd[1]: Starting LSB: Start and stop the mysql database server daemon...<br />
May 09 06:48:36 kvm-xxxx mysql[25216]: /etc/init.d/mysql: WARNING: /etc/mysql/my.cnf cannot be read. See README.<br />
May 09 06:48:36 kvm-xxxx /etc/init.d/mysql[25246]: [143B blob data]<br />
May 09 06:49:06 kvm-xxxx mysql[25216]: Starting MariaDB database server: mysqld . . . . . . . . . . . . . . . .<br />
May 09 06:49:06 kvm-xxxx systemd[1]: mysql.service: Control process exited, code=exited status=1<br />
May 09 06:49:06 kvm-xxxx systemd[1]: Failed to start LSB: Start and stop the mysql database server daemon.<br />
May 09 06:49:06 kvm-xxxx systemd[1]: mysql.service: Unit entered failed state.<br />
May 09 06:49:06 kvm-xxxx systemd[1]: mysql.service: Failed with result 'exit-code'.<br />
~<br />
~<br />
lines 1-14/14 (END)</code></div></div><br />
i unable to install and program phpmyadmin. <br />
at login page i got this error<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#2002 - Connection refused &amp;mdash; The server is not responding (or the local server's socket is not correctly configured).</code></div></div><br />
using many many tutorial and ways to fix it but fails <br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>error Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock</code></div></div><br />
unable to install phpmyadmin due to this error at the time of configuration <br />
<br />
<br />

<br />
<img src="https://post4vps.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
&nbsp;&nbsp;<a href="attachment.php?aid=261" target="_blank" title="">php.jpg</a> (Size: 66.98 KB / Downloads: 37)
]]></description>
			<content:encoded><![CDATA[Hello all experts. please help me i am stuck here. <br />
<br />
sudo service mysql restart<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Job for mysql.service failed because the control process exited with error code.<br />
See "systemctl status mysql.service" and "journalctl -xe" for details.<br />
root@kvm-xxxx:~#<br />
root@kvm-xxxx:~# systemctl status mysql.service<br />
● mysql.service - LSB: Start and stop the mysql database server daemon<br />
   Loaded: loaded (/etc/init.d/mysql; generated; vendor preset: enabled)<br />
   Active: failed (Result: exit-code) since Sun 2021-05-09 06:49:06 EDT; 17s ago<br />
     Docs: man:systemd-sysv-generator(8)<br />
  Process: 25216 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE)<br />
<br />
May 09 06:48:36 kvm-xxxx systemd[1]: Starting LSB: Start and stop the mysql databas<br />
May 09 06:48:36 kvm-xxxx mysql[25216]: /etc/init.d/mysql: WARNING: /etc/mysql/my.cn<br />
May 09 06:48:36 kvm-xxxx /etc/init.d/mysql[25246]: [143B blob data]<br />
May 09 06:49:06 kvm-xxxx mysql[25216]: Starting MariaDB database server: mysqld . .<br />
May 09 06:49:06 kvm-xxxx systemd[1]: mysql.service: Control process exited, code=ex<br />
May 09 06:49:06 kvm-xxxx systemd[1]: Failed to start LSB: Start and stop the mysql<br />
May 09 06:49:06 kvm-xxxx systemd[1]: mysql.service: Unit entered failed state.<br />
May 09 06:49:06 kvm-xxxxs systemd[1]: mysql.service: Failed with result 'exit-code'.<br />
lines 1-14/14 (END)<br />
● mysql.service - LSB: Start and stop the mysql database server daemon<br />
   Loaded: loaded (/etc/init.d/mysql; generated; vendor preset: enabled)<br />
   Active: failed (Result: exit-code) since Sun 2021-05-09 06:49:06 EDT; 17s ago<br />
     Docs: man:systemd-sysv-generator(8)<br />
  Process: 25216 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE)<br />
<br />
May 09 06:48:36 kvm-xxxx systemd[1]: Starting LSB: Start and stop the mysql database server daemon...<br />
May 09 06:48:36 kvm-xxxx mysql[25216]: /etc/init.d/mysql: WARNING: /etc/mysql/my.cnf cannot be read. See README.<br />
May 09 06:48:36 kvm-xxxx /etc/init.d/mysql[25246]: [143B blob data]<br />
May 09 06:49:06 kvm-xxxx mysql[25216]: Starting MariaDB database server: mysqld . . . . . . . . . . . . . . . .<br />
May 09 06:49:06 kvm-xxxx systemd[1]: mysql.service: Control process exited, code=exited status=1<br />
May 09 06:49:06 kvm-xxxx systemd[1]: Failed to start LSB: Start and stop the mysql database server daemon.<br />
May 09 06:49:06 kvm-xxxx systemd[1]: mysql.service: Unit entered failed state.<br />
May 09 06:49:06 kvm-xxxx systemd[1]: mysql.service: Failed with result 'exit-code'.<br />
~<br />
~<br />
lines 1-14/14 (END)</code></div></div><br />
i unable to install and program phpmyadmin. <br />
at login page i got this error<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#2002 - Connection refused &amp;mdash; The server is not responding (or the local server's socket is not correctly configured).</code></div></div><br />
using many many tutorial and ways to fix it but fails <br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>error Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock</code></div></div><br />
unable to install phpmyadmin due to this error at the time of configuration <br />
<br />
<br />

<br />
<img src="https://post4vps.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
&nbsp;&nbsp;<a href="attachment.php?aid=261" target="_blank" title="">php.jpg</a> (Size: 66.98 KB / Downloads: 37)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Issues with installing myvestacp]]></title>
			<link>https://post4vps.com/Thread-Issues-with-installing-myvestacp</link>
			<pubDate>Thu, 08 Apr 2021 06:08:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=512">sagher</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Issues-with-installing-myvestacp</guid>
			<description><![CDATA[<span style="font-style: italic;" class="mycode_i"><span style="color: #cc3333;" class="mycode_color">Moved from <a href="https://post4vps.com/Thread-VPS-control-Panel-Comparisons-FREE?pid=41147#pid41147" target="_blank" rel="noopener" class="mycode_url">VPS Control Panel Comparisons Discussion</a>.  <dvz_me_placeholder id="0" />LEASE open a new support topic instead of gatecrashing an existing discussion with support questions.  For support please submit support request in support forums.<br />
<br />
May I also suggest that <dvz_me_placeholder id="1" /> looks at the myvestacp.com support forum, as it is dedicated to Debian OS users of the script:<br />
<a href="https://forum.myvestacp.com/" target="_blank" rel="noopener" class="mycode_url">https://forum.myvestacp.com/</a></span></span><br />
<br />
<dvz_me_placeholder id="2" /><br />
<br />
<hr class="mycode_hr" />
<br />
<blockquote class="mycode_quote"><cite><span> (04-06-2021, 09:20 PM)</span>deanhills Wrote:  <a href="https://post4vps.com/Thread-VPS-control-Panel-Comparisons-FREE?pid=41083#pid41083" class="quick_jump"></a></cite><dvz_me_placeholder id="3" /> can advise as he's been trying to install CyberPanel on VPS 9, and has been unsuccessful so far.  <br />
<br />
I've been using VestaCP since the day I started with VPS 9 in 2018. It's still working great, but I can't recommend it as the original script has not been updated since January of last year. Why I like VestaCP is because of how light and fast it is.  You need very few specs to run the panel.<br />
<br />
<dvz_me_placeholder id="4" /> who also has VPS 9 has been using a fork of VestaCP (from Belgium) very successfully but with CentOS 7.  So if you are interested to use his fork of VestaCP, you will have to change to CentOS 7.<br />
<br />
If you want to try VestaCP for Debian specifically, there is another VestaCP fork that is fully up to date that has been created for specific use with Debian. You can check it out here:<br />
<br />
<a href="https://myvestacp.com/" target="_blank" rel="noopener" class="mycode_url">https://myvestacp.com/</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">How to install</span><br />
Download the installation script:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>curl -O http://c.myvestacp.com/vst-install-debian.sh</code></div></div>Then run it:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>bash vst-install-debian.sh</code></div></div><br />
Source: <a href="https://myvestacp.com/#details" target="_blank" rel="noopener" class="mycode_url">https://myvestacp.com/#details</a></blockquote><br />
I got following error while installing package. <br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>The following packages have unmet dependencies:<br />
 exim4-daemon-heavy : Depends: libmariadbclient18 (&gt;= 10.1.44-0+deb9u1) but it is not going to be installed<br />
E: Unable to correct problems, you have held broken packages.<br />
Error: apt-get install failed</code></div></div>]]></description>
			<content:encoded><![CDATA[<span style="font-style: italic;" class="mycode_i"><span style="color: #cc3333;" class="mycode_color">Moved from <a href="https://post4vps.com/Thread-VPS-control-Panel-Comparisons-FREE?pid=41147#pid41147" target="_blank" rel="noopener" class="mycode_url">VPS Control Panel Comparisons Discussion</a>.  <dvz_me_placeholder id="0" />LEASE open a new support topic instead of gatecrashing an existing discussion with support questions.  For support please submit support request in support forums.<br />
<br />
May I also suggest that <dvz_me_placeholder id="1" /> looks at the myvestacp.com support forum, as it is dedicated to Debian OS users of the script:<br />
<a href="https://forum.myvestacp.com/" target="_blank" rel="noopener" class="mycode_url">https://forum.myvestacp.com/</a></span></span><br />
<br />
<dvz_me_placeholder id="2" /><br />
<br />
<hr class="mycode_hr" />
<br />
<blockquote class="mycode_quote"><cite><span> (04-06-2021, 09:20 PM)</span>deanhills Wrote:  <a href="https://post4vps.com/Thread-VPS-control-Panel-Comparisons-FREE?pid=41083#pid41083" class="quick_jump"></a></cite><dvz_me_placeholder id="3" /> can advise as he's been trying to install CyberPanel on VPS 9, and has been unsuccessful so far.  <br />
<br />
I've been using VestaCP since the day I started with VPS 9 in 2018. It's still working great, but I can't recommend it as the original script has not been updated since January of last year. Why I like VestaCP is because of how light and fast it is.  You need very few specs to run the panel.<br />
<br />
<dvz_me_placeholder id="4" /> who also has VPS 9 has been using a fork of VestaCP (from Belgium) very successfully but with CentOS 7.  So if you are interested to use his fork of VestaCP, you will have to change to CentOS 7.<br />
<br />
If you want to try VestaCP for Debian specifically, there is another VestaCP fork that is fully up to date that has been created for specific use with Debian. You can check it out here:<br />
<br />
<a href="https://myvestacp.com/" target="_blank" rel="noopener" class="mycode_url">https://myvestacp.com/</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">How to install</span><br />
Download the installation script:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>curl -O http://c.myvestacp.com/vst-install-debian.sh</code></div></div>Then run it:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>bash vst-install-debian.sh</code></div></div><br />
Source: <a href="https://myvestacp.com/#details" target="_blank" rel="noopener" class="mycode_url">https://myvestacp.com/#details</a></blockquote><br />
I got following error while installing package. <br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>The following packages have unmet dependencies:<br />
 exim4-daemon-heavy : Depends: libmariadbclient18 (&gt;= 10.1.44-0+deb9u1) but it is not going to be installed<br />
E: Unable to correct problems, you have held broken packages.<br />
Error: apt-get install failed</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[is cPanel & WHM® free?]]></title>
			<link>https://post4vps.com/Thread-is-cPanel-WHM%C2%AE-free</link>
			<pubDate>Sun, 29 Nov 2020 14:17:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=896">Rehan</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-is-cPanel-WHM%C2%AE-free</guid>
			<description><![CDATA[Hello Post4VPS,<br />
                   I have a question in my mind. is cPanel free ? Today in my VPS control panel i found an option of installation. There are three different options including Control Panel. I clicked and found that i can directly install control panels on my VPS. I saw that cPanel is also available in list. So my question is that by installing cPanel from VPS's Control Panel. Can i directly use it for free? or do i have to make a purchase?<br />
If its free it will be very great. <img src="https://post4vps.com/images/emoji/twinkle.png" alt="Wink" title="Wink" class="smilie smilie_2" />  but i don't think its free as we normally requires its License to use.]]></description>
			<content:encoded><![CDATA[Hello Post4VPS,<br />
                   I have a question in my mind. is cPanel free ? Today in my VPS control panel i found an option of installation. There are three different options including Control Panel. I clicked and found that i can directly install control panels on my VPS. I saw that cPanel is also available in list. So my question is that by installing cPanel from VPS's Control Panel. Can i directly use it for free? or do i have to make a purchase?<br />
If its free it will be very great. <img src="https://post4vps.com/images/emoji/twinkle.png" alt="Wink" title="Wink" class="smilie smilie_2" />  but i don't think its free as we normally requires its License to use.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to fix mysql errors in phpmyadmin when importing a database]]></title>
			<link>https://post4vps.com/Thread-How-to-fix-mysql-errors-in-phpmyadmin-when-importing-a-database</link>
			<pubDate>Wed, 25 Nov 2020 21:15:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=917">deanhills</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-How-to-fix-mysql-errors-in-phpmyadmin-when-importing-a-database</guid>
			<description><![CDATA[<dvz_me_placeholder id="5" /><br />
<br />
Not sure whether you can help in this.  I Googled the issue almost to death and didn't get anywhere.  I'm a real noob with tinkering under the phpmyadmin dashboard.  My limits are editing user and domain info and passwords.<br />
<br />
Today I was testing the functionality of cpanel.  So while doing that I thought to reinstall an old phpBB Forum I'd rolled up a few months ago.  I thought that would give a few functions of the panel a good workout.<br />
<br />
Add on domain worked great.  Folders were fine.  Except interestingly, in this particular cpanel the folder for the add on domain was created on the same level as public_html and not as a sub-directory inside public_html.<br />
<br />
Next workout was to create an empty mysql database and to import my old phpBB database into it.  And that's where I got stuck.  I did everything correct.  According to the book.  However an error came up about using "pass" instead of "password" (refer exact wording below).  I get it that the wording has changed in more recent databases to full password.  However,  how does one fix that error in the backup SQL database one imports.  I tried to tick a box during the import so it would ignore the error, and it did complete the import then (or so it looked), however when I checked there was zero MB content in it - it basically only imported the structure of the database.  Is there a way that I could edit an old database where "pass" is used instead of "password", or is there a database checker somewhere where one can fix errors before one imports the database?<br />
<br />
BTW I tried this in two different host's cpanels and the exact same errors came up.  This is the error that came up:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Warning: Using unique option prefix pass instead of password is deprecated and will be removed in a future release. Please use the full name instead. </blockquote>
]]></description>
			<content:encoded><![CDATA[<dvz_me_placeholder id="5" /><br />
<br />
Not sure whether you can help in this.  I Googled the issue almost to death and didn't get anywhere.  I'm a real noob with tinkering under the phpmyadmin dashboard.  My limits are editing user and domain info and passwords.<br />
<br />
Today I was testing the functionality of cpanel.  So while doing that I thought to reinstall an old phpBB Forum I'd rolled up a few months ago.  I thought that would give a few functions of the panel a good workout.<br />
<br />
Add on domain worked great.  Folders were fine.  Except interestingly, in this particular cpanel the folder for the add on domain was created on the same level as public_html and not as a sub-directory inside public_html.<br />
<br />
Next workout was to create an empty mysql database and to import my old phpBB database into it.  And that's where I got stuck.  I did everything correct.  According to the book.  However an error came up about using "pass" instead of "password" (refer exact wording below).  I get it that the wording has changed in more recent databases to full password.  However,  how does one fix that error in the backup SQL database one imports.  I tried to tick a box during the import so it would ignore the error, and it did complete the import then (or so it looked), however when I checked there was zero MB content in it - it basically only imported the structure of the database.  Is there a way that I could edit an old database where "pass" is used instead of "password", or is there a database checker somewhere where one can fix errors before one imports the database?<br />
<br />
BTW I tried this in two different host's cpanels and the exact same errors came up.  This is the error that came up:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Warning: Using unique option prefix pass instead of password is deprecated and will be removed in a future release. Please use the full name instead. </blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Debian-10]mysql-server error]]></title>
			<link>https://post4vps.com/Thread-Debian-10-mysql-server-error</link>
			<pubDate>Wed, 25 Nov 2020 08:29:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=896">Rehan</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Debian-10-mysql-server-error</guid>
			<description><![CDATA[Hi friends,<br />
              I have recently started using Debian. Today while installing mysql-server i found that mysql-server package is not available. i updated the packages with apt-get update and upgraded. But its still showing me not found. I searched on google and found a link. But none of it works. What's the reason behind this? is there any other way to install it?<br />
<br />
Here is the link i found after searching<br />
<a href="https://unix.stackexchange.com/questions/270872/install-mysql-has-no-installation-candidate" target="_blank" rel="noopener" class="mycode_url">https://unix.stackexchange.com/questions...-candidate</a>]]></description>
			<content:encoded><![CDATA[Hi friends,<br />
              I have recently started using Debian. Today while installing mysql-server i found that mysql-server package is not available. i updated the packages with apt-get update and upgraded. But its still showing me not found. I searched on google and found a link. But none of it works. What's the reason behind this? is there any other way to install it?<br />
<br />
Here is the link i found after searching<br />
<a href="https://unix.stackexchange.com/questions/270872/install-mysql-has-no-installation-candidate" target="_blank" rel="noopener" class="mycode_url">https://unix.stackexchange.com/questions...-candidate</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Apache Redirect Error Ubuntu Server]]></title>
			<link>https://post4vps.com/Thread-Apache-Redirect-Error-Ubuntu-Server</link>
			<pubDate>Wed, 11 Nov 2020 05:50:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=2077">tbelldesignco</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Apache-Redirect-Error-Ubuntu-Server</guid>
			<description><![CDATA[Hello All,<br />
<br />
I was just notified today that my cPanel host is closing their doors Dec 7 so I am in the process of moving my main domain over to my VPS. I am currently running into an issue where tbelldesign.co is redirecting to dev.tbelldesign.co and I am not sure how to remedy the problem. I have cruised around the internet for a bit and I am not fining any viable solutions, so I am wondering if anyone else has seen this issue and know how to fix it. Thanks!]]></description>
			<content:encoded><![CDATA[Hello All,<br />
<br />
I was just notified today that my cPanel host is closing their doors Dec 7 so I am in the process of moving my main domain over to my VPS. I am currently running into an issue where tbelldesign.co is redirecting to dev.tbelldesign.co and I am not sure how to remedy the problem. I have cruised around the internet for a bit and I am not fining any viable solutions, so I am wondering if anyone else has seen this issue and know how to fix it. Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VPS 18 - Lagging issues]]></title>
			<link>https://post4vps.com/Thread-VPS-18-Lagging-issues</link>
			<pubDate>Sat, 24 Oct 2020 09:37:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=700">OldMeister</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-VPS-18-Lagging-issues</guid>
			<description><![CDATA[Hello Everyone.<br />
i am hosting a game server on my vps on a game called wolfenstein: Enemy territory and in the last 2 days the ping is always high for the players. i have tried to change config or delete bots to see if there is any change but the ping stays high and i dont know what is happening.]]></description>
			<content:encoded><![CDATA[Hello Everyone.<br />
i am hosting a game server on my vps on a game called wolfenstein: Enemy territory and in the last 2 days the ping is always high for the players. i have tried to change config or delete bots to see if there is any change but the ping stays high and i dont know what is happening.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[phpMyAdmin Troubles]]></title>
			<link>https://post4vps.com/Thread-phpMyAdmin-Troubles</link>
			<pubDate>Wed, 07 Oct 2020 02:31:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=2077">tbelldesignco</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-phpMyAdmin-Troubles</guid>
			<description><![CDATA[I have been working on getting phpMyAdmin installed and have looked through a few threads here that <dvz_me_placeholder id="6" /> Refuge had posted along with some other spots around the web and I am getting the run around with this software! The general consensus I found was do NOT use a repository to install the package, as many people have been hitting a 403 Forbidden error and the packages tend to be out of date. I opted for the manual install, per Hidden's recommendation and I am still having issues.<span style="color: #005ea7;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"> </span></span>Here is what I have done thus far:<br />
<br />
- I downloaded phpMyAdmin 4.9.5 from their site using wget<br />
- Extracted the the tar ball in /var/www/html (Web Server Document Root for CentOS)<br />
- Edited and renamed the config.sample.inc.php file to config.inc.php<br />
- Modified the permissions of the folder and contents to be owned by root<br />
<br />
I am still hitting a 403 error and I am not sure what what my options are or where my mistake lands. Any help would be appreciated so I can get up and running! Thanks!]]></description>
			<content:encoded><![CDATA[I have been working on getting phpMyAdmin installed and have looked through a few threads here that <dvz_me_placeholder id="6" /> Refuge had posted along with some other spots around the web and I am getting the run around with this software! The general consensus I found was do NOT use a repository to install the package, as many people have been hitting a 403 Forbidden error and the packages tend to be out of date. I opted for the manual install, per Hidden's recommendation and I am still having issues.<span style="color: #005ea7;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"> </span></span>Here is what I have done thus far:<br />
<br />
- I downloaded phpMyAdmin 4.9.5 from their site using wget<br />
- Extracted the the tar ball in /var/www/html (Web Server Document Root for CentOS)<br />
- Edited and renamed the config.sample.inc.php file to config.inc.php<br />
- Modified the permissions of the folder and contents to be owned by root<br />
<br />
I am still hitting a 403 error and I am not sure what what my options are or where my mistake lands. Any help would be appreciated so I can get up and running! Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[can i used nulled script on the free vps ?]]></title>
			<link>https://post4vps.com/Thread-can-i-used-nulled-script-on-the-free-vps</link>
			<pubDate>Wed, 16 Sep 2020 12:56:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=2070">razma</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-can-i-used-nulled-script-on-the-free-vps</guid>
			<description><![CDATA[can i use nulled script such ass vbulletin on the vps provided by post4vps ?<br />
also another question that isnt really necessary <br />
<a href="https://simplify.network/" target="_blank" rel="noopener" class="mycode_url">https://simplify.network/</a> is basically you sell your internet to others (as vpn) since i live in a country with very low upload speed can i also use this on vps provided by post4vps ?]]></description>
			<content:encoded><![CDATA[can i use nulled script such ass vbulletin on the vps provided by post4vps ?<br />
also another question that isnt really necessary <br />
<a href="https://simplify.network/" target="_blank" rel="noopener" class="mycode_url">https://simplify.network/</a> is basically you sell your internet to others (as vpn) since i live in a country with very low upload speed can i also use this on vps provided by post4vps ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can we use VPN on free virtual servers?]]></title>
			<link>https://post4vps.com/Thread-Can-we-use-VPN-on-free-virtual-servers</link>
			<pubDate>Sat, 20 Jun 2020 09:49:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=874">hamed</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-Can-we-use-VPN-on-free-virtual-servers</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><img src="http://uupload.ir/files/tqob_157071805.jpg" loading="lazy"  alt="[Image: tqob_157071805.jpg]" class="mycode_img" /></div>
Hello . As the title suggests. I want to use VPN on my virtual server (virtual server number 2) to hide the IP of the virtual server. Is this allowed? Doesn't this affect the IP of the virtual server? Like block ip from the data center ...<br />
If I misspelled a word, please forgive me because I enter post4vps with my phone.]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><img src="http://uupload.ir/files/tqob_157071805.jpg" loading="lazy"  alt="[Image: tqob_157071805.jpg]" class="mycode_img" /></div>
Hello . As the title suggests. I want to use VPN on my virtual server (virtual server number 2) to hide the IP of the virtual server. Is this allowed? Doesn't this affect the IP of the virtual server? Like block ip from the data center ...<br />
If I misspelled a word, please forgive me because I enter post4vps with my phone.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VPS IP Block By Country]]></title>
			<link>https://post4vps.com/Thread-VPS-IP-Block-By-Country</link>
			<pubDate>Fri, 19 Jun 2020 13:46:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://post4vps.com/member.php?action=profile&uid=453">sAmI</a>]]></dc:creator>
			<guid isPermaLink="false">https://post4vps.com/Thread-VPS-IP-Block-By-Country</guid>
			<description><![CDATA[Hello,<br />
I'm looking for way to block access to my VPS by countries using Iptables, I did many searches but it seems like all the tutorials follows old GeoLite-Legacy or the files are not there, how ever i have files for the GeoLite2 and the CSV, But i'm not able to find any good tutorial<br />
Any help would be appreciated, I'm setting this up on my OVH VPS and my VPS 7 by ReadiDedis and Post4VPS!]]></description>
			<content:encoded><![CDATA[Hello,<br />
I'm looking for way to block access to my VPS by countries using Iptables, I did many searches but it seems like all the tutorials follows old GeoLite-Legacy or the files are not there, how ever i have files for the GeoLite2 and the CSV, But i'm not able to find any good tutorial<br />
Any help would be appreciated, I'm setting this up on my OVH VPS and my VPS 7 by ReadiDedis and Post4VPS!]]></content:encoded>
		</item>
	</channel>
</rss>