Giter Site home page Giter Site logo

sucksome1 / northclient Goto Github PK

View Code? Open in Web Editor NEW

This project forked from northdevelopment/northclient

0.0 0.0 0.0 34.3 MB

NorthClient© is a free, open-source Client server management panel built with js, css, Bootstrap and HTML. Designed with <3, NorthClient is a Client Area for the Pterodactyl game Panel.

Home Page: http://northdevelopment.ga

License: MIT License

JavaScript 10.47% CSS 44.01% EJS 45.52%

northclient's Introduction

Gray shape shifter

NorthClient

The world's easiest, most powerful Pterodactyl Client Panel.

Tests status Tests status


🙉 What is NorthClient?

NorthClient is a Pterodactyl client area, making it more comfortable for users to manage their servers 


⭐ What Features ?

NorthClient's features include:

  • Resource Management (gift, use it to create servers, edit servers)
  • Coins (Join for Rewards, Buy Coins)
  • Coupons (Gives resources & coins to a user)
  • Servers (create, view, edit servers)
  • User System (auth, regen password, etc)
  • Store (buy resources with coins)
  • Login System with Email and Password or Discord
  • Register System with Username, Email and Password.
  • Dashboard (view resources & servers from one area)
  • Join for Rewards (join discord servers for coins)
  • Admin (set/add/remove coins & resources, create/revoke coupons)
  • Webhook (Logs actions)
  • Gift Coins (Share coins with anyone)
  • Stripe API (buy coins via stripe)
  • Mail Server (SMTP support)
  • Linkvertise Earning
  • Role Packages (get packages via roles)
  • Dark-mode/White-mode


⚡ Fast implementation

Use pm2:

//Step 01:
Install pm2. (If you don't know how then look below.)

//Step 02:
Drop the files into your server and edit settings.yml.
//Step 03:
move to >>$ cd /yourlocation<< 
//Step 04: 
start the Index.js with >>$ pm2 start index.js.<< 

Or, use Pterodactyl's Panel:

//Step 01:
Install The egg discord.js generic and create a server with this egg

//Step 02:
Drop the Files in your Server and Edit the settings.yml

//Note: If you need Help, feel free to join the Discord or Report the Issue on GitHub.




🎉 How to install pm2:

Step 01:
This is for (Debian/Ubuntu)

---------- Install Node.js v18.x ---------- 
$ curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
$ sudo apt-get install -y nodejs

---------- Install Node.js v12.x ----------
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ sudo apt-get install -y nodejs

This is for (CentOS/RHEL and Fedora)

---------- Install Node.js v18.x ---------- 
$ curl -sL https://rpm.nodesource.com/setup_18.x | bash -

---------- Install Node.js v12.x ----------
$ curl -sL https://rpm.nodesource.com/setup_12.x | bash -
//Step 02:
---------- Install PM2 ---------- 
$ sudo npm i -g pm2
&#8674; Example Start pm2
$ sudo pm2 start /var/www/html/app/server.js -i 4 
$ sudo pm2 save  (#save current process list on reboot)

//Node\\
Hot to Update:
$ sudo pm2 update	      #update PM2 package

More Commands: 
$ sudo pm2 logs 1	        #view logs for app 1
$ sudo pm2 stop 0           #stop process with ID 0
$ sudo pm2 restart all      #restart all apps




👀 Preview

unknown unknown unknown unknown


👏 Demo

Check out our demo
Login:

Name: demo
E-Mail: [email protected]
Password: demo


Check out our Discord Support



MIT license.

This repository is managed under the MIT license.

© 2023-present NorthDevelopment

This Panel is still under Development by Jonas and David.

Back to top

northclient's People

Contributors

jojobingsa avatar sirhaxe avatar kingtino104 avatar dependabot[bot] 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.