Skip to content

JGeek00/my-server-status-app

Repository files navigation

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

⚠️ PROJECT DISCONTINUED ⚠️
This project is discontinued and won't receive more updates. If you are looking for a server monitoring software, I recommend you checking out Status. Also, if you are an iOS user, I have developed Server Status a client for this service.


❗️ 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