Questions related to "Couldn't bind on [:: 1]: 14148"

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
LingMaple26
500 Command not understood
Posts: 4
Joined: 2024-01-02 03:28
First name: ling
Last name: maple

Questions related to "Couldn't bind on [:: 1]: 14148"

#1 Post by LingMaple26 » 2024-01-03 08:01

This problem should be caused by the disabling of IPv6, right?
Is there any way to start the server without enabling IPv6.
Thank you in advance.

Code: Select all

2024-01-03T07:55:47.608Z == Setting up TLS for the FTP Server
2024-01-03T07:55:47.609Z == SHA1 certificate fingerprint: 1a:cc:44:74:b4:e9:a8:fc:4d:6d:de:e8:d7:1e:c6:8a:26:48:d0:43
2024-01-03T07:55:47.609Z == SHA256 certificate fingerprint: 6c:db:f6:95:17:f6:33:26:60:47:85:30:e0:de:9b:cf:c1:fa:af:bb:be:d1:2c:14:04:50:c0:67:a6:c9:ac:5f
2024-01-03T07:55:47.609Z == Setting up TLS for the Administration Server
2024-01-03T07:55:47.609Z == Generating self-signed certificate.
2024-01-03T07:55:47.611Z == SHA256 certificate fingerprint: f2:ba:7e:88:1f:0d:7b:78:12:02:27:85:68:44:25:3c:72:44:ed:db:6c:3d:cc:cf:1d:f1:16:04:0d:8b:38:cc
2024-01-03T07:55:47.611Z == Settings written to /root/.config/filezilla-server/settings.xml.
2024-01-03T07:55:47.612Z == [FTP Server] Listening on 127.0.0.1:21.
2024-01-03T07:55:47.612Z WW [Administration Server/Update checker] Automatic update checking frequency is set to less than 7 days, which is not allowed. Forcefully setting it to 7 days now.
2024-01-03T07:55:47.613Z == [Administration Server] Listening on 127.0.0.1:14148.
2024-01-03T07:55:47.613Z !! [Administration Server] Couldn't bind on [::1]:14148. Reason: EADDRNOTAVAIL - Cannot assign requested address. Retrying in 1 seconds.
2024-01-03T07:55:48.614Z !! [Administration Server] Couldn't bind on [::1]:14148. Reason: EADDRNOTAVAIL - Cannot assign requested address. Retrying in 1 seconds.

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Questions related to "Couldn't bind on [:: 1]: 14148"

#2 Post by botg » 2024-01-03 08:47

Why would anyone want to disable IPv6 in 2024? Boggles the mind...

You can change the admin listener configuration in the administration interface, on the administration page in the settings dialog.

LingMaple26
500 Command not understood
Posts: 4
Joined: 2024-01-02 03:28
First name: ling
Last name: maple

Re: Questions related to "Couldn't bind on [:: 1]: 14148"

#3 Post by LingMaple26 » 2024-01-03 09:06

botg wrote:
2024-01-03 08:47
Why would anyone want to disable IPv6 in 2024? Boggles the mind...

You can change the admin listener configuration in the administration interface, on the administration page in the settings dialog.
Sorry, I am going to do some fuzzing for this tool, but the fuzzer does not support IPv6 yet
Server deployed through command line,Is it through modifying any content in settings.xml? I haven't found where it is yet.

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Questions related to "Couldn't bind on [:: 1]: 14148"

#4 Post by botg » 2024-01-03 11:38

Should be in one of the listener sections.

Post Reply