How to change network mode from False to True

Started by tommyg, September 02, 2026, 02:45:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tommyg

I have got my Pi online but does not show my flights. I have contacted support who said I need to change the network mode from False to True. Ok but how? I couldn't get it to change and the response I got from support is. 'The command line differs depending on Pi Raspbian, however you should be to vi the file and then ESC and :wq will save it.' Must admit I haven't a clue about that and have asked support to help but no response as yet. I'm not a programmer as such so I'm baffled. Any help much appreciated.
Tommyg

abcd567

#1
Can you connect to Pi using PuTTY or trrminal of your Computer?

If yes then after connecting to Pi on PuTTy or terminal, issue following command:

sudo nano /etc/rbfeeder.ini 

Above command will open file rbfeeder.ini
The line at top is

network_mode=false

Change false to true so line becomes

network_mode=true

Save file by presding Ctrl and O keys simultaneously then press Enter key
Next press Ctrl and X keys simutaneously to close the file

Now restart rbfeeder by following command;

sudo systemctl restart rbfeeder 


..