Working quite slowly through my upgrade todo list, I am luckily at the point where I am trying to enable the recent restart function in Linux (via python). This python code should work but and pointers as to where I can locate the correct command server address and port would be appreciated, or do I need to explicitly configure these myself?
import telnetlib
with telnetlib.Telnet(IBC_SERVER_ADDRESS, IBC_SERVER_PORT) as tn:
? ? ? ? ? ??tn.write(RESTART_COMMAND.encode())