EasyPanel은 웹 호스팅 및 서버 관리를 위한 오픈 소스 패널입니다. EasyPanel은 사용자가 웹 사이트, 도메인, 데이터베이스 등을 쉽게 관리할 수 있는 사용자 친화적인 인터페이스를 제공합니다. 이 패널은 사용자가 서버를 관리하고 호스팅 서비스를 제공하는 데 도움을 주는 다양한 기능을 제공합니다.
EasyPanel은 다음과 같은 기능을 포함할 수 있습니다:
- 웹 호스팅 관리: 웹 사이트와 도메인을 추가, 제거, 수정하고 웹 서버 설정을 관리할 수 있습니다.
- 데이터베이스 관리: MySQL, PostgreSQL 등과 같은 데이터베이스를 만들고 관리할 수 있습니다.
- FTP 관리: FTP 계정을 설정하고 파일을 업로드하거나 다운로드할 수 있습니다.
- 이메일 관리: 이메일 계정을 만들고 관리할 수 있습니다.
- 서버 모니터링: 서버 자원 사용량 및 성능을 모니터링하고 알림을 받을 수 있습니다.
- 보안 설정: SSL 인증서 설치 및 HTTPS 설정과 같은 보안 기능을 구성할 수 있습니다.
- 사용자 관리: 다른 사용자를 추가하고 권한을 할당하여 다른 사람들과 서버 관리를 공유할 수 있습니다.
EasyPanel은 다양한 리눅스 배포판에서 사용할 수 있으며, 사용자가 편리하게 웹 호스팅 및 서버 관리 작업을 수행할 수 있도록 설계되었습니다. 사용자들이 서버 관리에 대한 기술적인 지식이 부족하더라도 쉽게 사용할 수 있도록 도움을 줍니다.
Easypanel URL
Easypanel - Modern Server Control Panel
[Docker] 도커의 모든 것, 도커 추천 이미지!!! (tistory.com)
docker-compose 시작 - root 계정으로 실행해야함
curl -sSL https://get.easypanel.io | sh
root@raspberrypi2:/home/pi/docker/docker/easypanel# curl -sSL https://get.easypanel.io | sh
Docker already installed
latest: Pulling from easypanel/easypanel
9b3977197b4f: Pull complete
704435388496: Pull complete
ed62d339f639: Pull complete
9b944dbd96a5: Pull complete
6d0427d93d5f: Pull complete
2d85b2c96b05: Pull complete
574c2e6e51a6: Pull complete
77d93db968ed: Pull complete
08126ec0f9f0: Pull complete
e47d8c929fd8: Pull complete
80cf3a77ce58: Pull complete
75ddcc47b577: Pull complete
919584460b22: Pull complete
236902259c79: Pull complete
6e9ffa738f69: Pull complete
Digest: sha256:dbeacd656ad779bbc36e0ea41686d135c4a238dd77a8c0b3b0f432f8d0702981
Status: Downloaded newer image for easypanel/easypanel:latest
docker.io/easypanel/easypanel:latest
Swarm was initilized
Network was created
Default certificate was created
2.8: Pulling from library/traefik
47517142f6ba: Pulling fs layer
966c95a60d98: Pulling fs layer
60a81ce24317: Pulling fs layer
94a3f09db889: Pulling fs layer
94a3f09db889: Waiting
966c95a60d98: Verifying Checksum
966c95a60d98: Download complete
47517142f6ba: Verifying Checksum
47517142f6ba: Download complete
60a81ce24317: Verifying Checksum
60a81ce24317: Download complete
47517142f6ba: Pull complete
94a3f09db889: Verifying Checksum
94a3f09db889: Download complete
966c95a60d98: Pull complete
60a81ce24317: Pull complete
94a3f09db889: Pull complete
Digest: sha256:72164cb63797a902ba7c33dcb75349644bbf762323a0fed961ae25f54635ac93
Status: Downloaded newer image for traefik:2.8
docker.io/library/traefik:2.8
Traefik image was pulled
Traefik config was created
Traefik service was created
latest: Pulling from easypanel/easypanel
Digest: sha256:dbeacd656ad779bbc36e0ea41686d135c4a238dd77a8c0b3b0f432f8d0702981
Status: Image is up to date for easypanel/easypanel:latest
docker.io/easypanel/easypanel:latest
Easypanel image was pulled
Easypanel service was created
Error: connect ECONNREFUSED 127.0.0.1:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 443,
config: {
url: 'https://api.ipify.org',
headers: {
Accept: 'application/json, text/plain, */*',
'User-Agent': 'axios/0.21.4'
},
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
adapter: [Function: httpAdapter],
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
validateStatus: [Function: validateStatus],
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
method: 'get',
data: undefined
},
request: <ref *1> Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
afterWriteTickInfo: null,
buffered: [],
bufferedIndex: 0,
allBuffers: true,
allNoop: true,
pendingcb: 0,
constructed: true,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: true,
errored: null,
closed: false,
closeEmitted: false,
[Symbol(kOnFinished)]: []
},
_events: [Object: null prototype] {
response: [Function: handleResponse],
error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: 10485760,
protocol: 'https:',
path: '/',
method: 'GET',
headers: [Object],
agent: undefined,
agents: [Object],
auth: undefined,
hostname: 'api.ipify.org',
port: null,
nativeProtocols: [Object],
pathname: '/'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: false,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET / HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'User-Agent: axios/0.21.4\r\n' +
'Host: api.ipify.org\r\n' +
'Connection: close\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/',
_ended: false,
res: null,
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'api.ipify.org',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
_currentUrl: 'https://api.ipify.org/',
[Symbol(kCapture)]: false
},
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
}
서비스 URL 접속
http://[서버 IP]:3000
setup 완료 후 easypanel 메인 화면
다양한 서비스 제공
docker-comopse 중지
docker-compose down
'Docker' 카테고리의 다른 글
[Docker] 가벼운 메모 플랫폼 Memos 구축하기 (1) | 2023.07.18 |
---|---|
[Docker] oracle 19c 를 docker 이미지로 만들어서 구축하자 - Linux 용 (1) | 2023.07.15 |
[Docker] filegator 파일 관리 시스템 구축하기 (1) | 2023.06.09 |
[Docker] mattermost/focalboard 오픈소스 Task 관리 프로젝트 구축하기 (1) | 2023.06.08 |
[Docker] 자체 호스팅 PDF 편집/조작 도구 구축하기 (1) | 2023.06.07 |