![]() |
How to Install tightvncserver & FTP in Ubuntu - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: How to Install tightvncserver & FTP in Ubuntu (/Thread-How-to-Install-tightvncserver-FTP-in-Ubuntu) |
How to Install tightvncserver & FTP in Ubuntu - Dynamo - 09-14-2015 Hello guys, Today i will should you how to install tightvncserver and lxde in ubuntu (applicable in debian also) & FTP server in ubuntu Tightvncserver Installation frist do update your vps by typing Code: sudo apt-get update then for installing lxde and tightvncserver type this Code: sudo apt-get install xorg lxde-core tightvncserver now for configuring tightcvncserver type this Code: tightvncserver :1 and it will ask to create a password for main user (which can control the vps and one for view only user (which can only view the vps) after filling you password type Code: tightvncserver -kill :1 Code: tightvncserver :1 now download vnc viewer for your OS and type in VNC SERVER:<your IP>:5901 and press enter then it will prompt for a password,there u fill the password which u had filled during tightvncserver :1 command and thats all , your tightvncserver is ready to use ! FTP Installation just follow the setps open your vps on putty and type updating command Code: sudo apt-get update Code: sudo apt-get install vsftpd and then save it and go to ftpusers file and remove root name and save it ,then type Code: sudo service vsftpd restart see this video if you got confused if you are having any problem in any part of these tutorials then just leave a comment RE: How to Install tightvncserver & FTP in Ubuntu - perry - 09-14-2015 cool tutorial. but Linux has already installed ftp XP. just use wincp. but i very appreciate your work! RE: How to Install tightvncserver & FTP in Ubuntu - Rishabh Jain - 09-14-2015 (09-14-2015, 10:16 AM)maxmelax Wrote: thank you for tutorial with the rule in anti spam policy in https://post4vps.com/announcement-5.html Quote:you are asked to remove the post in 5 min, or you will receive warnings RE: How to Install tightvncserver & FTP in Ubuntu - perry - 09-14-2015 to prevent misunderstanding! we want to have an decent non one-liner post as i made the mistake too. if you want to say thanks please say why you like it aslo grive some criticism so he can always improve his tuturial. sorry for this but we made rules and also we have to execute it. RE: How to Install tightvncserver & FTP in Ubuntu - Conan - 09-14-2015 (09-14-2015, 08:03 AM)perryoo11 Wrote: cool tutorial. FTP is different from SFTP. Linux has SSHD which has SFTP server. So it doesn't have an FTP server RE: How to Install tightvncserver & FTP in Ubuntu - Sagnik - 10-20-2015 In sftp, the protocol is sftp://domain.name OR sftp://123.123.123.123 And in ftp, the protocol is ftp://domain.name OR ftp://123.123.123.123 sftp is for whole server while ftp is only user-based |