diff --git a/install/debian/proftpd.conf b/install/debian/proftpd.conf
new file mode 100644
index 00000000..0930fb11
--- /dev/null
+++ b/install/debian/proftpd.conf
@@ -0,0 +1,27 @@
+LoadModule mod_vroot.c
+ServerName "FTP"
+ServerIdent on "FTP Server ready."
+ServerAdmin root@localhost
+DefaultServer on
+VRootEngine on
+DefaultRoot ~ !adm
+AuthPAMConfig proftpd
+AuthOrder mod_auth_pam.c* mod_auth_unix.c
+UseReverseDNS off
+User proftpd
+Group nogroup
+MaxInstances 20
+UseSendfile off
+LogFormat default "%h %l %u %t \"%r\" %s %b"
+LogFormat auth "%v [%P] %h %t \"%r\" %s"
+ListOptions -a
+RequireValidShell off
+
+
+ Umask 002
+ IdentLookups off
+ AllowOverwrite yes
+
+ AllowAll
+
+
diff --git a/install/ubuntu/proftpd.conf b/install/ubuntu/proftpd.conf
new file mode 100644
index 00000000..0930fb11
--- /dev/null
+++ b/install/ubuntu/proftpd.conf
@@ -0,0 +1,27 @@
+LoadModule mod_vroot.c
+ServerName "FTP"
+ServerIdent on "FTP Server ready."
+ServerAdmin root@localhost
+DefaultServer on
+VRootEngine on
+DefaultRoot ~ !adm
+AuthPAMConfig proftpd
+AuthOrder mod_auth_pam.c* mod_auth_unix.c
+UseReverseDNS off
+User proftpd
+Group nogroup
+MaxInstances 20
+UseSendfile off
+LogFormat default "%h %l %u %t \"%r\" %s %b"
+LogFormat auth "%v [%P] %h %t \"%r\" %s"
+ListOptions -a
+RequireValidShell off
+
+
+ Umask 002
+ IdentLookups off
+ AllowOverwrite yes
+
+ AllowAll
+
+