Hey thanks for your response. Are there any plans for the dev team to implement this feature?No sorry this is not possible
And "where" should i look in that file please?It can be done by modifying file /etc/init.d/pfclient , but as Planefinder wont like users to screw their feeder, I wont post the method. However just see the screeshot below in which the planefinder map is diaplayed at port 8181 instead of 30053 after I made that modification
View attachment 3211
And "where" should i look in that file please?![]()
Thanks Lee. Your method is much easier than what I did in file /etc/init.d/pfclient. I added --web_port=8181 to the line starting with start-stop-daemonYou can actually add something to the config file in `/etc/pfclient-config.json` to do this.
"web_server_port" - set this to whatever port you require and it will override the default of 30053
sudo systemctl daemon-reload
sudo systemctl restart pfclient
sudo systemctl restart pfclient
Thank you all. I shall try this.