24 - Windows Server 2012 How to Install and Configure FTP Server (Video in Khmer)
Learn how to install and configure FTP Server on Windows Server 2012 R2 step-by-step with video tutorial in Khmer and tips for beginners.
2026-09-15 ยท 3 min read
Hello my friend! Today I show you step-by-step how to Install and Configure FTP Server on Windows Server 2012 R2 inside VMware! FTP (File Transfer Protocol) allows domain users or client computers to upload, download, and share files across network or internet easily using FileZilla or File Explorer! Follow steps below with video tutorial in Khmer! Let's get started!
๐ก Tip: Always create dedicated storage folder (example:
C:\FTP_Share) with proper NTFS permissions (Read/Write) before creating FTP site!
Watch Video Tutorial (Khmer)
Watch full step-by-step video tutorial below to see complete process in Khmer:
Step 1: Install FTP Service Role in Server Manager
- Open Server Manager > click Manage menu > select Add Roles and Features.
- Click Next until Server Roles page.
- Expand Web Server (IIS) > check box FTP Server (selects FTP Service & FTP Extensibility) > click Next.
- Click Install > wait until installation completes > click Close.
๐ก Tip: FTP Service role runs under IIS (Internet Information Services) Web Server on Windows Server 2012 R2!
Step 2: Create FTP Folder & Add New FTP Site in IIS Manager
- Open File Explorer > create new folder
C:\FTP_Share. - Open Server Manager > click Tools > select Internet Information Services (IIS) Manager (
inetmgr). - Expand server name in left panel > right-click Sites > select Add FTP Site....
- Set FTP Site Details:
- FTP site name:
MyFTPSite - Physical path:
C:\FTP_Share
- FTP site name:
- Click Next.
- Set Binding & SSL:
- IP Address: Select server IP address (or
All Unassigned) - Port:
21 - Select No SSL radio button
- IP Address: Select server IP address (or
- Click Next.
- Set Authentication & Authorization:
- Authentication: Check Basic
- Allow access to: Select All users (or Specified users)
- Permissions: Check Read and Write
- Click Finish.
๐ก Tip: For lab testing, selecting "No SSL" and "Basic" authentication allows fast connection testing without needing SSL certificates!
Step 3: Test FTP Server Connection from Client PC
- Open File Explorer (or FileZilla) on client computer.
- In address bar, type FTP path:
ftp://192.168.1.100(replace with your server IP) > press Enter. - Log in with user credentials > test uploading and downloading files!
๐ก Tip: If client computer cannot connect to FTP server, open Windows Firewall with Advanced Security (
wfasc.msc) on server and ensure FTP Server (Inbound Traffic) rules (Port 21) are Enabled!
Related Tutorials
- ๐ Windows Server 2012 Complete Tutorial Series (Video in Khmer)
- ๐ 10 - Windows Server 2012 Map Network Drive to Client Computer (Video in Khmer)
- ๐พ 13 - Windows Server 2012 Set Disk Storage to Client Computer (Video in Khmer)
- ๐ 18 - Windows Server 2012 Install and Configure Web Server IIS (Video in Khmer)
- ๐ 19 - Windows Server 2012 Configure DNS Server (Video in Khmer)
Hope this tutorial help you install and configure FTP Server on Windows Server 2012 R2 easily! Practice file sharing and FTP site administration today. Happy learning my friends! Sharing is caring!