Code Monkey home page Code Monkey logo

ajenticp's Introduction

ajenti docker

Ajenti Docker control panel with Ubuntu 16.04 LTS

NOTICE

This repo is no longer being maintained and will be removed shortly. If you have forked the repo, I will not delete it. I'm simply just deleting only this repo.

mkdir -p /opt/ajenticp/{backup,ajenti}

docker run -p 80:80 -p 443:443 -p 8000:8000 -p 8001:8001 -v /opt/ajenticp/ajenti:/ajenti -v /opt/ajenticp/backup:/backup -d niiknow/ajenticp

It is important that you have the data volume mounted externally or with a data container. This will be your data persistent folder

BROWSER

https://yourip:8000

Default Ajenti user/pass: root/admin

For any issue or help with Ajenti: https://github.com/ajenti/ajenti

phpMyAdmin is setup as a Website on port 8001. Use MySQL tab to create a user so you can login. After creating the user, remember to grant access. Hint: use the "RUN" box to execute your SQL.

Inspired by

WhatPanel - but instead of CentOS, I focus on simplifying deployment with latest Ubuntu LTS.

Benefits

So you own a cheap VPS and has setuped your perfect server. Your VPS provider doesn't have snapshot backup or provide little to no backup; and you don't want to mess with your server current configuration. Docker comes to the rescue. You can use this project or similar Docker project to provide a stable and secure environment for hosting.

MIT

ajenticp's People

Contributors

noogen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ajenticp's Issues

Unable to open the url with port

I just installed all the things as per your documentation. But after complete everything i am not able to open the ajenti panel.

PHPMyAdmin

Hello it seems that there is something wrong about phpmyadmin. When I first installed ajenticp, the port that was assigned to phpmyadmin was 9001, but in your documentation you show 8001. I changed the port in agenti to 9001, but it only shows 502 Bad Gateway when I access to http://<>:8001

FastCGI error

When I changed phpmyadmin's port on a fresh install, I get this error on nginx: nginx:[emerg] open() "/etc/nginx/fastcgi.conf" failed (2: No such file or directory)

In order to fix this, I had to create the file: opt/ajenticp/ajenti/etc/nginx/fastcgi.conf
And writed this line in it:
include /etc/nginx/fastcgi_params;

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.