10.04 32ビット専用サーバーがあります。 10分前にインストールしました。
Ftpおよびsshアカウントを作成する必要があります。
古いサーバーでcpanelを使用していました。無料のパネルはありますか?または、どうすればftpアカウントを作成できますか?
Webmin を試してください。
echo "deb http://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list
echo "deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib" >> /etc/apt/sources.list
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc
apt-get update
apt-get install webmin
これで、http://your-server:10000/
にアクセスしてWebminにアクセスできます。
ログインするには、ルートのユーザー名とパスワードを使用します。
Ftpサーバーをセットアップします。
http://ubuntuforums.org/showthread.php?t=79588
これには、ftpユーザーの問題をソートする方法の完全なプロセスがあります。