Installed clean install server on Ubuntu 24.04, Almalinux 9 and Debian 12 always same error.
Installation:
bash <(curl -sSL https://openpanel.org)
- Reboot server
- Login to admin panel
- Create user with template: Apache MySQL Basic
- Login as user
- Add domain
- Open domain in browser:
Forbidden
You don't have permission to access this resource.
Apache/2.4.58 (Ubuntu) Server at HOSTNAME Port 443
I added a index.html file with 'Hello world!' as content. to /var/www/html/HOSTNAME
When doing: curl --header 'Host: _HOSTNAME_' http://127.0.0.1:32772
Hello world!
When doing `curl --header 'Host: HOSTNAME' https://127.0.0.1:32773 --insecure
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
<hr>
<address>Apache/2.4.58 (Ubuntu) Server at HOSTNAME Port 443</address>
</body></html>
So it looks like an issue with the reverse proxy or ssl?
Output of: opencli report --public
# OS:
Ubuntu 24.04
# Uptime Information:
18:04:39 up 14 min, 1 user, load average: 0.00, 0.09, 0.08
# Memory Information:
total used free shared buff/cache available
Mem: 31Gi 2.9Gi 28Gi 7.7Mi 770Mi 28Gi
Swap: 0B 0B 0B
# Disk Information:
Filesystem Size Used Avail Use% Mounted on
/dev/root 2.0T 7.9G 2.0T 1% /
tmpfs 16G 0 16G 0% /dev/shm
tmpfs 6.3G 1.6M 6.3G 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
efivarfs 128K 35K 89K 29% /sys/firmware/efi/efivars
/dev/sda16 881M 162M 658M 20% /boot
/dev/sda15 105M 6.1M 99M 6% /boot/efi
overlay 2.0T 7.9G 2.0T 1% /var/lib/docker/overlay2/3a52c5f874de32efc29ecad60d3a491c20cbac91954c8db506c36602b8a3a08d/merged
tmpfs 3.2G 12K 3.2G 1% /run/user/1000
tmpfs 3.2G 132K 3.2G 1% /run/user/1001
overlay 2.0T 7.9G 2.0T 1% /var/lib/docker/overlay2/40eab66fe893809adccde2583d9b4efe7e2305e0b1c4b91de900d479ae6846ae/merged
overlay 2.0T 7.9G 2.0T 1% /var/lib/docker/overlay2/63d597df0125e14bf9ad8c027ee96d8bf8a84fedd2012501fccf8b7251db3d52/merged
overlay 2.0T 7.9G 2.0T 1% /var/lib/docker/overlay2/ac8e8f3669ca3ef2b12955f70597f89b002fa7a1f8e0bd22b07fd2913ac60ae8/merged
overlay 2.0T 7.9G 2.0T 1% /var/lib/docker/overlay2/d48893668d9833c1ec661832961ac66537216b748c398174e7bcca1f3f642c00/merged
# OpenPanel version:
1.0.0
# MySQL Version:
mysql Ver 8.0.41-0ubuntu0.24.04.1 for Linux on x86_64 ((Ubuntu))
# Python version:
Python 3.12.3
# Docker Information:
Client:
Version: 26.1.3
Context: default
Debug Mode: false
Plugins:
compose: Docker Compose (Docker Inc.)
Version: v2.27.1
Path: /root/.docker/cli-plugins/docker-compose
Server:
Containers: 5
Running: 5
Paused: 0
Stopped: 0
Images: 5
Server Version: 26.1.3
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: false
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version:
runc version:
init version:
Security Options:
apparmor
seccomp
Profile: builtin
cgroupns
Kernel Version: 6.8.0-1021-azure
Operating System: Ubuntu 24.04.2 LTS
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 31.29GiB
Name: server29
ID: 680c0ac3-3c9f-4be2-a0fe-57d5b22ac668
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
=== OpenPanel Settings ===
# OpenPanel Configuration file::
################################### NOTICE ####################################
# #
# Manually modifying this file is not recommended! #
# #
# You should use the interface in OpenAdmin > Settings #
# or 'opencli config update' command #
# for applying changes to these settings. #
# #
# https://dev.openpanel.com/cli/config.html #
# #
###############################################################################
[DEFAULT]
brand_name=
logo=
ns1=
ns2=
ns3=
ns4=
email=
logout_url=
enabled_modules=dns,pm2,notifications,ssh,terminal,favorites,phpmyadmin,temporary_links,inodes,domain_logs,crons,backups,wordpress,disk_usage,usage,services,webserver_conf,timezone,waf,fix_permissions,process_manager,redis,memcached,elasticsearch,login_history,activity,twofa,goaccess
[USERS]
login_ratelimit=5
login_blocklimit=20
session_duration=30
session_lifetime=300
password_reset=no
weakpass=yes
twofa_nag=yes
how_to_guides=yes
color_mode=dark
avatar_type=gravatar
max_login_records=20
activity_items_per_page=25
resource_usage_charts_mode=two
resource_usage_items_per_page=100
resource_usage_retention=100
acccess_logs_per_page=1000
domains_per_page=100
domain_log_per_page=1000
domain_log_max_for_show_all=10000
[PHP]
default_php_version=8.2
[LOGS]
logrotate_enable=yes
logrotate_size_limit=100M
logrotate_retention=10
logrotate_keep_days=30
[STATS]
goaccess_enable=yes
goaccess_schedule=monthly
goaccess_email=no
goaccess_keep_days=365
[PANEL]
autoupdate=on
autopatch=on
api=off
dev_mode=off
template=
admin_template=
screenshots=http://screenshots-api.openpanel.com/screenshot
temporary_links=https://preview.openpanel.org/index.php
[SMTP]
mail_server=
mail_port=465
mail_use_tls=False
mail_use_ssl=True
mail_username=
mail_password=
mail_default_sender=
mail_security_token=78bd237db2da
[DOCKER]
max_ram=90
max_cpu=95
[SECURITY]
backups_encryption_key=
[LICENSE]
key=
=== OpenAdmin Service ===
# Installed PIP packages::
/usr/bin/python3: No module named pip
# Admin service status::
● admin.service - OpenAdmin
Loaded: loaded (/etc/systemd/system/admin.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-02-28 17:50:32 UTC; 14min ago
Main PID: 757 (gunicorn: maste)
Tasks: 11 (limit: 38443)
Memory: 733.4M (peak: 933.2M)
CPU: 19.064s
CGroup: /system.slice/admin.service
├─ 757 "gunicorn: master [app:app]"
├─ 964 openadmin
├─ 984 openadmin
├─ 992 openadmin
├─ 999 openadmin
├─1018 openadmin
├─1021 openadmin
├─1036 openadmin
├─1045 openadmin
├─1047 openadmin
└─1052 openadmin
Feb 28 17:56:31 server29 gunicorn[964]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 28 17:56:31 server29 gunicorn[964]: File "/usr/local/admin/venv/lib/python3.12/site-packages/gevent/ssl.py", line 122, in wrap_socket
Feb 28 17:56:31 server29 gunicorn[964]: return self.sslsocket_class(
Feb 28 17:56:31 server29 gunicorn[964]: ^^^^^^^^^^^^^^^^^^^^^
Feb 28 17:56:31 server29 gunicorn[964]: File "/usr/local/admin/venv/lib/python3.12/site-packages/gevent/ssl.py", line 351, in __init__
Feb 28 17:56:31 server29 gunicorn[964]: self.do_handshake()
Feb 28 17:56:31 server29 gunicorn[964]: File "/usr/local/admin/venv/lib/python3.12/site-packages/gevent/ssl.py", line 740, in do_handshake
Feb 28 17:56:31 server29 gunicorn[964]: self._sslobj.do_handshake()
Feb 28 17:56:31 server29 gunicorn[964]: ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:1000)
Feb 28 17:56:31 server29 gunicorn[964]: 2025-02-28T17:56:31Z <Greenlet at 0x72bc4e6e74c0: _handle_and_close_when_done(<bound method StreamServer.wrap_socket_and_handle , <bound method StreamServer.do_close of <StreamServ, (<gevent._socket3.socket [closed] at 0x72bc4e7003d)> failed with SSLError
# OpenAdmin error log::
[2025-02-28 17:50:19 +0000] [17230] [INFO] Handling signal: term
[2025-02-28 17:50:20 +0000] [17238] [INFO] Worker exiting (pid: 17238)
[2025-02-28 17:50:20 +0000] [17239] [INFO] Worker exiting (pid: 17239)
[2025-02-28 17:50:20 +0000] [17254] [INFO] Worker exiting (pid: 17254)
[2025-02-28 17:50:20 +0000] [17255] [INFO] Worker exiting (pid: 17255)
[2025-02-28 17:50:20 +0000] [17256] [INFO] Worker exiting (pid: 17256)
[2025-02-28 17:50:20 +0000] [17244] [INFO] Worker exiting (pid: 17244)
[2025-02-28 17:50:20 +0000] [17240] [INFO] Worker exiting (pid: 17240)
[2025-02-28 17:50:20 +0000] [17253] [INFO] Worker exiting (pid: 17253)
[2025-02-28 17:50:20 +0000] [17257] [INFO] Worker exiting (pid: 17257)
[2025-02-28 17:50:20 +0000] [17258] [INFO] Worker exiting (pid: 17258)
[2025-02-28 17:50:20 +0000] [17230] [INFO] Shutting down: Master
[2025-02-28 17:50:33 +0000] [757] [INFO] Starting gunicorn 23.0.0
[2025-02-28 17:50:33 +0000] [757] [INFO] Listening at: https://0.0.0.0:2087 (757)
[2025-02-28 17:50:33 +0000] [757] [INFO] Using worker: gevent
[2025-02-28 17:50:33 +0000] [757] [INFO] Server is ready. Spawning workers
[2025-02-28 17:50:33 +0000] [964] [INFO] Booting worker with pid: 964
[2025-02-28 17:50:33 +0000] [964] [INFO] Worker spawned (pid: 964)
[2025-02-28 17:50:33 +0000] [984] [INFO] Booting worker with pid: 984
[2025-02-28 17:50:33 +0000] [984] [INFO] Worker spawned (pid: 984)
[2025-02-28 17:50:33 +0000] [992] [INFO] Booting worker with pid: 992
[2025-02-28 17:50:33 +0000] [992] [INFO] Worker spawned (pid: 992)
[2025-02-28 17:50:33 +0000] [999] [INFO] Booting worker with pid: 999
[2025-02-28 17:50:33 +0000] [999] [INFO] Worker spawned (pid: 999)
[2025-02-28 17:50:33 +0000] [1018] [INFO] Booting worker with pid: 1018
[2025-02-28 17:50:33 +0000] [1018] [INFO] Worker spawned (pid: 1018)
[2025-02-28 17:50:33 +0000] [1021] [INFO] Booting worker with pid: 1021
[2025-02-28 17:50:33 +0000] [1021] [INFO] Worker spawned (pid: 1021)
[2025-02-28 17:50:33 +0000] [1036] [INFO] Booting worker with pid: 1036
[2025-02-28 17:50:33 +0000] [1036] [INFO] Worker spawned (pid: 1036)
[2025-02-28 17:50:33 +0000] [1045] [INFO] Booting worker with pid: 1045
[2025-02-28 17:50:33 +0000] [1045] [INFO] Worker spawned (pid: 1045)
[2025-02-28 17:50:33 +0000] [1047] [INFO] Booting worker with pid: 1047
[2025-02-28 17:50:33 +0000] [1047] [INFO] Worker spawned (pid: 1047)
[2025-02-28 17:50:33 +0000] [1052] [INFO] Booting worker with pid: 1052
[2025-02-28 17:50:33 +0000] [1052] [INFO] Worker spawned (pid: 1052)
=== MySQL Information ===
# openpanel_mysql docker container logs:
[Entrypoint] MySQL Docker Image 8.0.32-1.2.11-server
[Entrypoint] Initializing database
2025-02-28T17:48:05.989632Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
2025-02-28T17:48:05.989764Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.32) initializing of server in progress as process 17
2025-02-28T17:48:06.002776Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-02-28T17:48:07.566827Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-02-28T17:48:11.714498Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
[Entrypoint] Database initialized
2025-02-28T17:48:19.942731Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
2025-02-28T17:48:19.943511Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 60
2025-02-28T17:48:19.958237Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-02-28T17:48:20.226561Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-02-28T17:48:20.689554Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-02-28T17:48:20.689590Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-02-28T17:48:20.714490Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /var/run/mysqld/mysqlx.sock
2025-02-28T17:48:20.714571Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 0 MySQL Community Server - GPL.
Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/leapseconds' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/tzdata.zi' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
[Entrypoint] running /docker-entrypoint-initdb.d/initialize.sql
2025-02-28T17:48:27.317752Z 15 [System] [MY-013172] [Server] Received SHUTDOWN from user root. Shutting down mysqld (Version: 8.0.32).
2025-02-28T17:48:32.496518Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.32) MySQL Community Server - GPL.
[Entrypoint] Server shut down
[Entrypoint] MySQL init process done. Ready for start up.
[Entrypoint] Starting MySQL 8.0.32-1.2.11-server
2025-02-28T17:48:33.516814Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
2025-02-28T17:48:33.517622Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 1
2025-02-28T17:48:33.526449Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-02-28T17:48:33.780999Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-02-28T17:48:34.138952Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-02-28T17:48:34.138980Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-02-28T17:48:34.169678Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
2025-02-28T17:48:34.169749Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL.
2025-02-28T17:48:50.745625Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user <via user signal>. Shutting down mysqld (Version: 8.0.32).
2025-02-28T17:48:51.588503Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.32) MySQL Community Server - GPL.
[Entrypoint] MySQL Docker Image 8.0.32-1.2.11-server
[Entrypoint] Starting MySQL 8.0.32-1.2.11-server
2025-02-28T17:48:52.843533Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
2025-02-28T17:48:52.844319Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 1
2025-02-28T17:48:52.857490Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-02-28T17:48:53.076995Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-02-28T17:48:53.345757Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-02-28T17:48:53.345787Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-02-28T17:48:53.375114Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
2025-02-28T17:48:53.375242Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL.
[Entrypoint] MySQL Docker Image 8.0.32-1.2.11-server
[Entrypoint] Starting MySQL 8.0.32-1.2.11-server
2025-02-28T17:49:04.183948Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
2025-02-28T17:49:04.184739Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 1
2025-02-28T17:49:04.204285Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-02-28T17:49:04.552788Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-02-28T17:49:04.788070Z 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-02-28T17:49:04.791613Z 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-02-28T17:49:04.933766Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-02-28T17:49:04.933796Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-02-28T17:49:04.953065Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
2025-02-28T17:49:04.953170Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL.
2025-02-28T17:49:05.368067Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user <via user signal>. Shutting down mysqld (Version: 8.0.32).
2025-02-28T17:49:06.455883Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.32) MySQL Community Server - GPL.
[Entrypoint] MySQL Docker Image 8.0.32-1.2.11-server
[Entrypoint] Starting MySQL 8.0.32-1.2.11-server
2025-02-28T17:49:07.683957Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
2025-02-28T17:49:07.684735Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 1
2025-02-28T17:49:07.693845Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-02-28T17:49:07.913480Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-02-28T17:49:08.191395Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-02-28T17:49:08.191425Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-02-28T17:49:08.223703Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
2025-02-28T17:49:08.223825Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL.
2025-02-28T17:50:19.655975Z 0 [System] [MY-013172] [Server] Received SHUTDOWN from user <via user signal>. Shutting down mysqld (Version: 8.0.32).
2025-02-28T17:50:20.588984Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.32) MySQL Community Server - GPL.
[Entrypoint] MySQL Docker Image 8.0.32-1.2.11-server
[Entrypoint] Starting MySQL 8.0.32-1.2.11-server
2025-02-28T17:50:35.869086Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
2025-02-28T17:50:35.869955Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.32) starting as process 1
2025-02-28T17:50:35.905467Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-02-28T17:50:36.281502Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-02-28T17:50:37.026422Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-02-28T17:50:37.026456Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-02-28T17:50:37.078550Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
2025-02-28T17:50:37.078640Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.32' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server - GPL.
# MySQL login information for OpenCLI scripts:
cat: /etc/openpanel/mysql/db.cnf: No such file or directory
=== Services Status ===
# OpenPanel Stack:
NAME STATUS CONFIG FILES
root running(5) /root/docker-compose.yml
# OpenAdmin Service:
● admin.service - OpenAdmin
Loaded: loaded (/etc/systemd/system/admin.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-02-28 17:50:32 UTC; 14min ago
Main PID: 757 (gunicorn: maste)
Tasks: 11 (limit: 38443)
Memory: 733.4M (peak: 933.2M)
CPU: 19.064s
CGroup: /system.slice/admin.service
├─ 757 "gunicorn: master [app:app]"
├─ 964 openadmin
├─ 984 openadmin
├─ 992 openadmin
├─ 999 openadmin
├─1018 openadmin
├─1021 openadmin
├─1036 openadmin
├─1045 openadmin
├─1047 openadmin
└─1052 openadmin
Feb 28 17:56:31 server29 gunicorn[964]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 28 17:56:31 server29 gunicorn[964]: File "/usr/local/admin/venv/lib/python3.12/site-packages/gevent/ssl.py", line 122, in wrap_socket
Feb 28 17:56:31 server29 gunicorn[964]: return self.sslsocket_class(
Feb 28 17:56:31 server29 gunicorn[964]: ^^^^^^^^^^^^^^^^^^^^^
Feb 28 17:56:31 server29 gunicorn[964]: File "/usr/local/admin/venv/lib/python3.12/site-packages/gevent/ssl.py", line 351, in __init__
Feb 28 17:56:31 server29 gunicorn[964]: self.do_handshake()
Feb 28 17:56:31 server29 gunicorn[964]: File "/usr/local/admin/venv/lib/python3.12/site-packages/gevent/ssl.py", line 740, in do_handshake
Feb 28 17:56:31 server29 gunicorn[964]: self._sslobj.do_handshake()
Feb 28 17:56:31 server29 gunicorn[964]: ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:1000)
Feb 28 17:56:31 server29 gunicorn[964]: 2025-02-28T17:56:31Z <Greenlet at 0x72bc4e6e74c0: _handle_and_close_when_done(<bound method StreamServer.wrap_socket_and_handle , <bound method StreamServer.do_close of <StreamServ, (<gevent._socket3.socket [closed] at 0x72bc4e7003d)> failed with SSLError
# Docker Status:
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-02-28 17:50:35 UTC; 14min ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 1019 (dockerd)
Tasks: 81
Memory: 203.0M (peak: 1.0G)
CPU: 18.868s
CGroup: /system.slice/docker.service
├─1019 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
├─1317 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 3306 -container-ip 172.18.0.2 -container-port 3306
├─1325 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 3306 -container-ip 172.18.0.2 -container-port 3306
├─5722 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 2083 -container-ip 172.18.0.4 -container-port 2083
├─5729 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 2083 -container-ip 172.18.0.4 -container-port 2083
├─7382 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 53 -container-ip 172.18.0.5 -container-port 53
├─7389 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 53 -container-ip 172.18.0.5 -container-port 53
├─7403 /usr/bin/docker-proxy -proto udp -host-ip 0.0.0.0 -host-port 53 -container-ip 172.18.0.5 -container-port 53
└─7410 /usr/bin/docker-proxy -proto udp -host-ip :: -host-port 53 -container-ip 172.18.0.5 -container-port 53
Feb 28 17:56:04 server29 dockerd[1019]: 2025/02/28 17:56:04 http: superfluous response.WriteHeader call from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*respWriterWrapper).WriteHeader (wrap.go:98)
Feb 28 17:56:05 server29 dockerd[1019]: 2025/02/28 17:56:05 http: superfluous response.WriteHeader call from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*respWriterWrapper).WriteHeader (wrap.go:98)
Feb 28 17:59:12 server29 dockerd[1019]: time="2025-02-28T17:59:12.431302166Z" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=e3aa006ce6c6e5d3bafb76a27c3131e01bd39ea71fe2f8c1cb4ff093394f657d spanID=3f52fb950356a873 traceID=c7413803a837c863c3df70a1f9e7d781
Feb 28 17:59:12 server29 dockerd[1019]: time="2025-02-28T17:59:12.504398705Z" level=info msg="ignoring event" container=e3aa006ce6c6e5d3bafb76a27c3131e01bd39ea71fe2f8c1cb4ff093394f657d module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 28 17:59:12 server29 dockerd[1019]: time="2025-02-28T17:59:12.512308108Z" level=warning msg="ShouldRestart failed, container will not be restarted" container=e3aa006ce6c6e5d3bafb76a27c3131e01bd39ea71fe2f8c1cb4ff093394f657d daemonShuttingDown=false error="restart canceled" execDuration=3m55.55576245s exitStatus="{137 2025-02-28 17:59:12.496527065 +0000 UTC}" hasBeenManuallyStopped=true restartCount=0
Feb 28 17:59:13 server29 dockerd[1019]: time="2025-02-28T17:59:13.031326001Z" level=info msg="ignoring event" container=7d85f13c3814e2a2fcc172a6e910f5984bd98cb4ab02da3d3738945bcae30fb8 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Feb 28 17:59:13 server29 dockerd[1019]: time="2025-02-28T17:59:13.039703337Z" level=warning msg="ShouldRestart failed, container will not be restarted" container=7d85f13c3814e2a2fcc172a6e910f5984bd98cb4ab02da3d3738945bcae30fb8 daemonShuttingDown=false error="restart canceled" execDuration=8m37.698926544s exitStatus="{0 2025-02-28 17:59:13.02358356 +0000 UTC}" hasBeenManuallyStopped=true restartCount=0
Feb 28 17:59:13 server29 dockerd[1019]: time="2025-02-28T17:59:13.270531198Z" level=warning msg="Your kernel does not support OomKillDisable. OomKillDisable discarded."
Feb 28 18:00:18 server29 dockerd[1019]: time="2025-02-28T18:00:18.116345913Z" level=warning msg="Your kernel does not support OomKillDisable. OomKillDisable discarded."
Feb 28 18:04:39 server29 dockerd[1019]: 2025/02/28 18:04:39 http: superfluous response.WriteHeader call from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*respWriterWrapper).WriteHeader (wrap.go:98)
# ConfigServer Firewall Status:
● csf.service - ConfigServer Firewall & Security - csf
Loaded: loaded (/usr/lib/systemd/system/csf.service; enabled; preset: enabled)
Active: active (exited) since Fri 2025-02-28 17:50:33 UTC; 14min ago
Process: 760 ExecStart=/usr/sbin/csf --initup (code=exited, status=0/SUCCESS)
Main PID: 760 (code=exited, status=0/SUCCESS)
CPU: 530ms
Feb 28 17:50:32 server29 systemd[1]: Starting csf.service - ConfigServer Firewall & Security - csf...
Feb 28 17:50:33 server29 csf[760]: (restoring iptables) (restoring ip6tables)
Feb 28 17:50:33 server29 systemd[1]: Finished csf.service - ConfigServer Firewall & Security - csf.
# BIND9 Status:
Unit named.service could not be found.