milanmdev / tplink-web-panel

A web panel to manage TP-Link/Kasa smart home devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TP-Link Web Panel

A web panel to manage TP-Link/Kasa smart home devices.

Web Panel Preview

Prerequisites

Installation

  1. Run git clone https://github.com/milanmdev/tplink-web-panel.git

  2. Install dependencies via the yarn install command

  3. Rename the .env.example file to .env and fill out the information requested (TP-Link account email & password, auth username & password [you can make these whatever you'd like]).

Running the panel

Production:

  1. Build the app using yarn build.

  2. Start the application using yarn start.

  3. Visit the website at localhost:4461.

Development:

Run yarn dev and visit the website at localhost:3000.

About

A web panel to manage TP-Link/Kasa smart home devices.

License:MIT License


Languages

Language:JavaScript 99.6%Language:CSS 0.2%Language:Shell 0.2%