JGeek00 / my-server-status-app

Mobile application to see your server's hardware status on realtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Server Status allows you to monitor your server from your mobile phone.

❗️ IMPORTANT ❗️
This application gets the information from an external API. You must deploy the API to your server to use this application. Check this repository to learn more.

This application is intended to monitor your own machine. Don not try to use it with an AWS server or similar.



Features

▶️ Monitor the CPU usage, CPU temperature, memory usage, storage and network from your device.

▶️ Monitor multiple servers from the same device.

▶️ User interface following the Material 3 guidelines.

▶️ Dynamic theme (requires Android 12+).

▶️ Monochrome icon available.

▶️ Respects the user's privacy.

And much more to come!


Privacy policy

You can check the privacy policy here.


Generate production build

  • macOS
    1. flutter clean
    2. flutter pub get
    3. flutter build macos --release
    4. Open macos/Runner.xcworkspace on Xcode
    5. Make sure all the pods have the minimum deployment version at 10.14
    6. Select Runner > Targets Runner
    7. Make sure the Version and Build numbers are correct
    8. Click on Product menu and on Archive
    9. Select the first on the list and click on Distribute app, select Copy App and click on Next
  • Linux
      Prerequisites
      1. Install rps by running dart pub global activate rps --version 0.7.0-dev.6
      Build
      1. Open debian.yaml file inside debian/ and update the version number
      2. run rps build linux
      3. The .tar.gz is at build/linux/x64/release/bundle
      4. The .deb package is at debian/packages
  • Windows
    1. flutter clean
    2. flutter pub get
    3. flutter build windows
    4. Open Inno Setup Compiler application and load the script
    5. The script is located at windows/innosetup_build_installer.iss
    6. Update the version number and save the changes
    7. Click on the Compile button
    8. The installer will be generated at build/windows/my_server_status_installer.exe

Third party libraries





Created by JGeek00

About

Mobile application to see your server's hardware status on realtime.

License:Apache License 2.0


Languages

Language:Dart 91.0%Language:C++ 4.2%Language:CMake 3.2%Language:Inno Setup 0.5%Language:Ruby 0.4%Language:Swift 0.3%Language:C 0.2%Language:Shell 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%