At line 2 changed one line |
Here are some instructions on how to setup a virtual server for CrushFTP from [http://www.godaddy.com/hosting/virtual-dedicated-servers.aspx?ci=9013]. This was for CentOS, 1GB of RAM, $30 per month. They take about a day to have the server available for use. |
Here are some instructions on how to setup a virtual server for CrushFTP from [https://www.digitalocean.com/pricing]. This was for CentOS, 1GB of RAM, $10 per month. They take about 5 minutes to have the server available for use. |
At line 6 changed one line |
ssh myusername@your.godaddy.ip.address |
ssh root@your.new.servers.ip |
At line 10 changed one line |
''Become the root user. Enter your password when prompted.'' |
''Become the root user if you aren't already from the initial connection. Enter your password when prompted.'' |
At line 33 changed one line |
wget https://www.crushftp.com/early6/CrushFTP6_PC.zip |
wget https://www.crushftp.com/early7/CrushFTP7_PC.zip |
At line 38 changed one line |
unzip CrushFTP6_PC.zip |
unzip CrushFTP7_PC.zip |
At line 43 changed one line |
rm CrushFTP6_PC.zip |
rm CrushFTP7_PC.zip |
At line 50 changed one line |
cd CrushFTP6_PC |
cd CrushFTP7_PC |
At line 65 changed one line |
ln -s /var/opt/CrushFTP6_PC/crushftp_init.sh /etc/init.d/crushftp |
ln -s /var/opt/CrushFTP7_PC/crushftp_init.sh /etc/init.d/crushftp |
At line 84 changed one line |
''Disable godaddy panels so the ports are free for CrushFTP.'' |
''Disable plesk panels so the ports are free for CrushFTP.'' |
At line 92 changed one line |
CrushFTP is now running as a service on your virtual server hosted by GoDaddy. Use your web browser now and pull up the GUI to register CrushFTP with your license, and start adding users. |
CrushFTP is now running as a service on your virtual server. Use your web browser now and pull up the WebInterface to register CrushFTP with your license, and start adding users. |
At line 95 changed one line |
http://your.godaddy.ip.address:8080/ |
http://your.new.servers.ip:8080/ |