https://github.com/charliehoward/manageonlan
HMTL front end system that can send wake on LAN (magic packets) requests to local machines in order to wake them up and also SSH into local Linux machines to send a shutdown request (working on Windows equivalent). Shows which machines are online and offline when the page is loaded.
https://github.com/charliehoward/manageonlan
bash html php remote remote-control remote-shutdown wake-on-lan wakeonlan wol
Last synced: about 1 year ago
JSON representation
HMTL front end system that can send wake on LAN (magic packets) requests to local machines in order to wake them up and also SSH into local Linux machines to send a shutdown request (working on Windows equivalent). Shows which machines are online and offline when the page is loaded.
- Host: GitHub
- URL: https://github.com/charliehoward/manageonlan
- Owner: charliehoward
- License: mpl-2.0
- Created: 2022-06-22T10:04:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T09:57:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T03:43:28.035Z (over 1 year ago)
- Topics: bash, html, php, remote, remote-control, remote-shutdown, wake-on-lan, wakeonlan, wol
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.2)    
## Manage on LAN 1.3.0
###### Copyright (c) Charlie Howard 2022 All rights reserved.
HMTL front end system that can send wake on LAN (magic packets) requests to local machines in order to wake them up and also SSH into local Linux machines to send a shutdown request (working on Windows equivalent).
Shows which machines are online and offline when the page is loaded.
## Configure the app
To configure the app you need to change the local IP's in home.php to the relevant IP's.
You also need to change the MAC Address's in the relevant .sh files in /scripts and the shutdown command if you are using that. If not you can just comment out the shutdown button in home.php
### Changelog
** Update 1.3.0 **
Changed paths and IP's to a more generic name for easier use.
** Update 1.2.0 **
Changed to dark mode.
Added loading animation and simplified loading screen.
** Update 1.1.0 **
Added loading page while the inital page loads.