2025-02-12 16:30:36 -06:00

4 lines
101 B
Python

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