Giter VIP home page Giter VIP logo

aswcp-web's Introduction

ASWCP Web Panel

ASWCP ("Anzen Solutions Web Control Panel") is a web-based control panel to manage multiple servers at once. JavaScript is used heavily.

The primary development was focused on remote SSH, but other features have been implemented as well to varying degrees. To add a server install the daemon and go to "API" in the web panel then click "click here" link to open up the challenge window. Follow the directions and within seconds you'll be able to access the server from the panel.

Installation

To install the web panel an install script has been done to make the process easier for the end user. Simply run the following command: wget -O - -o /dev/null https://raw.github.com/AnzenSolutions/ASWCP/master/web/install.sh | sh -

This will download and pass the script to your shell. After that, just make the appropriate edits to ".config" in the directory and run the server.py script.

What Is GateOne?

GateOne is a Python-developed SSH proxy service. In short it allows you to access a machine's SSH service via the web. While there is a lot of software out there that does this, GateOne was the easiest to customize and work with ultimately.

Why Redis?

ASWCP requires some information constantly (usually from the database), but such requests are more often reads than writes. Reading the database each time one of these requests are made makes no sense (performance or logic wise). Redis is used to cache this data.

Redis is also used to cache command requests instead of storing them in the database. It didn't make sense to store these requests in the database just to be a temporary storage when Redis does this type of thing for us easier and faster. Unless you're looking to work with a lot of servers then the performance gain will most likely not be noticable, but once you do reach that point it'll be more than welcomed.

Why PostgreSQL?

In short, it's more resource efficient than MySQL, easier to manage and work with and what we use for our projects. SQLite is also supported but not to a great degree yet.

aswcp-web's People

Contributors

anzenehansen avatar oniokami avatar

Watchers

 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.