Rise Company
02-02-2022, 21:16
شرح تغيير بورت إف تي بي Change FTP Port with WHM & CSF
How to Open Ports for Passive FTP in CSF (Configserver Firewall & Security)
How to change the FTP port for PureFTPd
https://www.rise.company/upload/uploads/164383093246991.png
1. Use your preferred text editor, such as vi or nano to create or edit the /var/cpanel/conf/pureftpd/local file.
2. Set the port number the to the port of your choosing using the "Bind" variable. Make sure that you select a port that is not already in use by another service, and ensure that the port is not blocked by your firewall software or otherwise inaccessible. An example of this file's contents when setting "Bind" is included below:
يجب انشاء ملف جديد لوضع بداخله port الخاص ftp الجديد لكى يعمل overwrite
لذلك ادخل هذا الامر
nano /var/cpanel/conf/pureftpd/local
ثم ضع بداخلها
Bind: 1234
هنا تم استخدام بورت 1234 كبديل لـ 21 كمثال
https://www.rise.company/upload/uploads/164382865714251.png
3. To apply your changes, perform a force update of FTP with the following command:
ادخل هذا الامر لتفعيل البورت الجديد من local الى الاساسى
/scripts/setupftpserver pure-ftpd --force
https://www.rise.company/upload/uploads/164382913178351.png
4. Confirm the FTP service is now listening on the new port number. For example, I used port 6021:
ادخل هذا الامر للتاكد من عمل البورت بشكل سليم
lsof -P -n -i :1234
يجب ان يعطى نتيجة تقول (LISTEN) اذا لم يعطى نتيجة اذن البروت لا يعمل
https://www.rise.company/upload/uploads/164382901821811.png
-------------------------
فتح البورت فى فايروول CSF
-------------------------
داخل الفايروول ابحث عن بورت 21 وقم باستبداله ببورت 1234
ويجب فتح ports تستخدم ايضا من خلال passive ftp
Find the setting TCP_IN and TCP_OUT in the list, and add the following to each:
49152:65534
لكى يكون
TCP_IN = "20,1234,22,25,53,80,110,143,443,465,587,993,995,20 77,2078,2079,2080,2082,2083,2086,2087,2095,2096,49 152:65534"
او ادخل هذا الامر وابحث عن البروت ثم استبدله بـ 1234
nano /etc/csf/csf.conf
-------------------------
بعد الانتهاء قم بعمل ريستات لسيرفس ftp وكذلك csf
شاهد ايضا
اف تي بي FTP للسي بانال Cpanel الفرق بين Active vs Passive ومن الافضل ؟ (https://www.rise.company/forum/threads/58147-%D8%A7%D9%81-%D8%AA%D9%8A-%D8%A8%D9%8A-FTP-%D9%84%D9%84%D8%B3%D9%8A-%D8%A8%D8%A7%D9%86%D8%A7%D9%84-Cpanel-%D8%A7%D9%84%D9%81%D8%B1%D9%82-%D8%A8%D9%8A%D9%86-Active-vs-Passive-%D9%88%D9%85%D9%86-%D8%A7%D9%84%D8%A7%D9%81%D8%B6%D9%84-%D8%9F)
المرجع:
https://www.ndchost.com/wiki/guides/how-to-open-ports-for-passive-ftp-in-csf-on-cpanel
https://support.cpanel.net/hc/en-us/articles/1500000487261-How-to-change-the-FTP-port-for-PureFTPd
https://support.cpanel.net/hc/en-us/articles/1500011387921-How-to-add-the-passive-port-range-to-CSF-Firewall
https://docs.cpanel.net/knowledge-base/ftp/how-to-enable-ftp-passive-mode/
How to Open Ports for Passive FTP in CSF (Configserver Firewall & Security)
How to change the FTP port for PureFTPd
https://www.rise.company/upload/uploads/164383093246991.png
1. Use your preferred text editor, such as vi or nano to create or edit the /var/cpanel/conf/pureftpd/local file.
2. Set the port number the to the port of your choosing using the "Bind" variable. Make sure that you select a port that is not already in use by another service, and ensure that the port is not blocked by your firewall software or otherwise inaccessible. An example of this file's contents when setting "Bind" is included below:
يجب انشاء ملف جديد لوضع بداخله port الخاص ftp الجديد لكى يعمل overwrite
لذلك ادخل هذا الامر
nano /var/cpanel/conf/pureftpd/local
ثم ضع بداخلها
Bind: 1234
هنا تم استخدام بورت 1234 كبديل لـ 21 كمثال
https://www.rise.company/upload/uploads/164382865714251.png
3. To apply your changes, perform a force update of FTP with the following command:
ادخل هذا الامر لتفعيل البورت الجديد من local الى الاساسى
/scripts/setupftpserver pure-ftpd --force
https://www.rise.company/upload/uploads/164382913178351.png
4. Confirm the FTP service is now listening on the new port number. For example, I used port 6021:
ادخل هذا الامر للتاكد من عمل البورت بشكل سليم
lsof -P -n -i :1234
يجب ان يعطى نتيجة تقول (LISTEN) اذا لم يعطى نتيجة اذن البروت لا يعمل
https://www.rise.company/upload/uploads/164382901821811.png
-------------------------
فتح البورت فى فايروول CSF
-------------------------
داخل الفايروول ابحث عن بورت 21 وقم باستبداله ببورت 1234
ويجب فتح ports تستخدم ايضا من خلال passive ftp
Find the setting TCP_IN and TCP_OUT in the list, and add the following to each:
49152:65534
لكى يكون
TCP_IN = "20,1234,22,25,53,80,110,143,443,465,587,993,995,20 77,2078,2079,2080,2082,2083,2086,2087,2095,2096,49 152:65534"
او ادخل هذا الامر وابحث عن البروت ثم استبدله بـ 1234
nano /etc/csf/csf.conf
-------------------------
بعد الانتهاء قم بعمل ريستات لسيرفس ftp وكذلك csf
شاهد ايضا
اف تي بي FTP للسي بانال Cpanel الفرق بين Active vs Passive ومن الافضل ؟ (https://www.rise.company/forum/threads/58147-%D8%A7%D9%81-%D8%AA%D9%8A-%D8%A8%D9%8A-FTP-%D9%84%D9%84%D8%B3%D9%8A-%D8%A8%D8%A7%D9%86%D8%A7%D9%84-Cpanel-%D8%A7%D9%84%D9%81%D8%B1%D9%82-%D8%A8%D9%8A%D9%86-Active-vs-Passive-%D9%88%D9%85%D9%86-%D8%A7%D9%84%D8%A7%D9%81%D8%B6%D9%84-%D8%9F)
المرجع:
https://www.ndchost.com/wiki/guides/how-to-open-ports-for-passive-ftp-in-csf-on-cpanel
https://support.cpanel.net/hc/en-us/articles/1500000487261-How-to-change-the-FTP-port-for-PureFTPd
https://support.cpanel.net/hc/en-us/articles/1500011387921-How-to-add-the-passive-port-range-to-CSF-Firewall
https://docs.cpanel.net/knowledge-base/ftp/how-to-enable-ftp-passive-mode/