Git Product home page Git Product logo

one-mdm-server's Introduction

Code Climate

One MDM

What is One MDM?

One MDM is an open source Mobile Device Management (MDM) solution. It can be used to manage Android devices registered to the server after installing the one-mdm-client application.

You can see the live demo of the server here: One MDM Server. You can either create an account or sign in using default username admin and password adminadmin.

devices

Documentation & Support

How to set up One MDM?

Refer the Wiki for setting up the server: Deploying One MDM Server

Also the client application to be installed in the android device has to be built with necessary configurations to point to the server (Configuration details can be found on the one-mdm-client page).

Once the application is installed in the android device, it gets registered in the server and starts sending heartbeats.

How to use One MDM?

One MDM server can be used to do the following:

  • Check the device disk space: One MDM server can be used to check the free/used disk space in the device. Once you click on the Check Disk Space button, the server creates a script with command to execute on that device. Once the script is delivered to the device, the device executes the script and sends the status (success or failure) and result back to the server (See the screenshots below).

scripts output

  • Execute arbitrary shell scripts on the device: You can execute shell scripts on your device through One MDM. Once you click on Run Script button on the Devices page, you'll be taken to a new page where you can create a script to run on the device. If the device is rooted, you can also run commands which requires superuser permission by checking Requires superuser permission. Note that you may have to authorize your application for running superuser commands. Some commands may cause damage to the device when used improperly. Read more about that here: Script Execution

How to contribute to One MDM?

One MDM is still under construction! It is purely an open source project. If you find any bugs, you can help us by raising issues in Github. Also, you can contribute to the project by sending pull requests:

  • Fork the project on Github
  • Create a topic branch for your changes
  • Ensure that you provide documentation and test coverage for your changes (patches won't be accepted without)
  • Ensure that all tests pass (npm test)
  • Create a pull request on Github

one-mdm-server's People

Contributors

yedhukrishnan avatar leenasn avatar arunprakash614 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.