from ipkvm import ui if __name__ == '__main__': ui.run(host='0.0.0.0', port=5000, threaded=True)