Difference between revisions of "FileZilla server Tutorial (en)"

From FileZilla Wiki
Jump to navigationJump to search
Line 6: Line 6:
  
 
==Connecting to the Administration interface==
 
==Connecting to the Administration interface==
Connecting to the Administration interface can be done simply by entering the password and port you entered during the installation process. To connect on the same machine the FTP server is installed on, simply leave the IP address to 127.0.0.1 as this is the local loopback IP address, alternatively you can use ::1 if you're an IPv6 advocate. To connect from a remote computer within your LAN (Local Area Network) enter the static IP address applied to the FTP server. To connect from a remote computer outside your LAN create a port forwarding / NAT rule in your router, see [[#see also|Port Forwarding / NAT for remote access]] instructions below. Change the port to match the one set in your port forwarding rule and enter your public IP address (type "what's my IP" in to your favourite search engine) or us your Dynamic DNS address.</br>
 
'''Note:''' Connecting to the Administration interface from a remote computer will first require the installation of the Administration interface on the remote computer and an additional listener IP address and port applied in the administration settings, see [[#see also|Allowing Remote Administration]] instruction below)
 
  
 
==Setup IP addressing and listen port==
 
==Setup IP addressing and listen port==

Revision as of 01:49, 12 October 2023

Introduction

Pre-installation requirements

Installation instructions

Connecting to the Administration interface

Setup IP addressing and listen port

From the Administration interface, click Server from the menu and Configure (Ctrl+F), replace either 0.0.0.0 in the Listeners under the Address column with your local static IP of you FTP server or :: with your IPv6 address. leave the Ports as 21 unless you have more than one FTP server running on this machine, in which case each additional server installation would have custom port number applied (eg. 2121, 2122).

Enable Passive mode port range

To allow remote connections to your FTP server through a firewall and/or router you will need to set a port range. Click Server from the menu and Configure (Ctrl+F), Expand FTP Server menu tree (if not already), click Passive mode, ensure the Use custom port range check box is ticked and set a custom port range of at least 100 ports in the From and To boxes, this can be any range between 49152 and 65534 (eg. 52100 to 53100). Leave the Use custom host blank and ensure the Use the default host for local connection check box is ticked.

Allowing Remote Administration

The Administration interface is a GIU that will allow you to configure, manage and monitor your FTP server from either the machine that the server is directly installed on or remotely from another computer inside or outside of your network. Administering your FTP server can only be done through the Administration interface GUI and therefor a lightweight installation of the Server application will need to be completed by selecting Administration only from the Choose components screen on any computer you wish to manage the FTP server from.
WIP more to follow . Once completed, remote access from inside your local network can be made by using the Static IP of the FTP server and port along with the password you set during the installation process,

Setup Groups and Members


WIP more to follow

Share Folders with Groups and Members


WIP more to follow

Port Forwarding / NAT for remote access

WIP more to follow