Server interface screen

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
robatwork
504 Command not implemented
Posts: 7
Joined: 2009-08-19 08:40
First name: rob
Last name: atwork

Server interface screen

#1 Post by robatwork » 2009-08-19 08:42

Hi
I have just installed filezilla server on a windows server.

How do I stop the server interface screen appearing every time the admin logs in?

thanks

devzero
500 Command not understood
Posts: 4
Joined: 2009-08-19 08:24
First name: Hans Petter
Last name: Evju

Re: Server interface screen

#2 Post by devzero » 2009-08-19 09:39

Seems to be 3 solutions:
1: reinstall and change the option for starting the server interface.
2: use a program like codestuff starter to change what starts when
3: tick the option for "start minimized"

robatwork
504 Command not implemented
Posts: 7
Joined: 2009-08-19 08:40
First name: rob
Last name: atwork

Re: Server interface screen

#3 Post by robatwork » 2009-08-19 10:37

Hi thanks for the reply.

I knew about the reinstall method but don't want to do that if I can help it. I am probably being stupid but where is the option to tick for Start Minimised?

thanks

PS am using 0.9.32 beta

Cypress
226 Transfer OK
Posts: 121
Joined: 2008-09-13 19:39
First name: J

Re: Server interface screen

#4 Post by Cypress » 2009-08-19 11:19

robatwork wrote:Hi thanks for the reply.

I knew about the reinstall method but don't want to do that if I can help it. I am probably being stupid but where is the option to tick for Start Minimised?

thanks

PS am using 0.9.32 beta
Go to the directory where you installed FileZilla Server.
Open FileZilla Server Interface.xml (notepad works)
Find the line:

Code: Select all

<Item name="Start Minimized" type="numeric">0</Item>
Replace the '0' with a '1':

Code: Select all

<Item name="Start Minimized" type="numeric">1</Item>

robatwork
504 Command not implemented
Posts: 7
Joined: 2009-08-19 08:40
First name: rob
Last name: atwork

Re: Server interface screen

#5 Post by robatwork » 2009-08-19 12:56

Many thanks that xml edit worked fine

User avatar
boco
Contributor
Posts: 26938
Joined: 2006-05-01 03:28
Location: Germany

Re: Server interface screen

#6 Post by boco » 2009-08-20 14:07

Settings - Miscellaneous would have worked even better.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply