<?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>Rich Bui &#187; Plesk</title>
	<atom:link href="http://richbui.com/tag/plesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://richbui.com</link>
	<description>Welcome to my website.</description>
	<lastBuildDate>Mon, 19 Sep 2011 15:23:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Media Temple DV, Plesk, and Multiple FTP Accounts</title>
		<link>http://richbui.com/2009/06/26/media-temple-dv-plesk-multiple-ftp-accounts/</link>
		<comments>http://richbui.com/2009/06/26/media-temple-dv-plesk-multiple-ftp-accounts/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 23:02:45 +0000</pubDate>
		<dc:creator>Richard Bui</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Autica]]></category>
		<category><![CDATA[Dedicated Virtual]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Media Temple]]></category>
		<category><![CDATA[mt]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://bui4ever.com/?p=2645</guid>
		<description><![CDATA[One of the things I didn&#8217;t realize when I switched from Autica to Media Temple Dedicated Virtual (dv) is that Plesk, unlike CPanel, doesn&#8217;t support creating multiple FTP accounts. Of course, this is by far would not sway my switching to Media Temple in the least bit as I hardly have the need for multiple [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I didn&#8217;t realize when I switched from Autica to Media Temple Dedicated Virtual (dv) is that Plesk, unlike CPanel, doesn&#8217;t support creating multiple FTP accounts. Of course, this is by far would not sway my switching to Media Temple in the least bit as I hardly have the need for multiple FTP accounts. In any case, this is what  I had to do.<span id="more-2645"></span></p>
<p>There are some rare cases that I do need to have more than 1 FTP account and while you can&#8217;t do anything about it with Plesk, fortunately by SSHing into your (dv), you can create multiple FTP accounts. I found these directions on <a href="http://marcgrabanski.com/article/plesk-multiple-ftp-accounts-per-domain">Marc Grabanski&#8217;s website</a> who found the directions on <a href="http://kb.parallels.com/en/415">Parallels&#8217; knowledge base</a> and I&#8217;m going to reproduce the directions here on my website for my reference (and others). And in case it isn&#8217;t obvious, you replace <strong>USER_NAME</strong> with the actual user name you wish to use.</p>
<p>[sourcecode language="bash"]<br />
ssh domain.tld -l root<br />
/usr/sbin/useradd -d /your_domain/some/location -s /bin/false USER_NAME<br />
/usr/sbin/usermod -G psacln USER_NAME<br />
chmod 755 $HTTPD_VHOSTS_D/your_domain/some/location<br />
chown USER_NAME:psacln $HTTPD_VHOSTS_D/your_domain/some/location<br />
chmod 751 $HTTPD_VHOSTS_D/your_domain/httpdocs<br />
passwd USER_NAME<br />
[/sourcecode]</p>
<p>Also one user, Dan, noted that if you don&#8217;t set the user password first, it chowns it to the user without a password and won&#8217;t allow you to connect, so he recommends this:</p>
<p>[sourcecode language="bash"]<br />
ssh domain.tld -l root<br />
/usr/sbin/useradd -d /your_domain/some/location -s /bin/false USER_NAME<br />
passwd USER_NAME<br />
/usr/sbin/usermod -G psacln USER_NAME<br />
chmod 755 $HTTPD_VHOSTS_D/your_domain/some/location<br />
chown USER_NAME:psacln $HTTPD_VHOSTS_D/your_domain/some/location<br />
chmod 751 $HTTPD_VHOSTS_D/your_domain/httpdocs<br />
[/sourcecode] </p>
]]></content:encoded>
			<wfw:commentRss>http://richbui.com/2009/06/26/media-temple-dv-plesk-multiple-ftp-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

