[GH-ISSUE #2] Install / operation failing #6

Closed
opened 2026-03-07 19:26:04 +03:00 by kerem · 0 comments
Owner

Originally created by @fairview1100 on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/2

Running install this is failing. Starting with a new Ubuntu host system. Always get the 'migration' error at the step it's trying to do a database initialization and then hangs at the the points below. If I ctrl-c it will go to a next part but then more SQL errors and finally if the container and network runs it ends up with a read-only database of some sort at the GUI login page.

# curl -fsSL https://proxcenter.io/install/community | sudo bash

  ____                 ____           _
 |  _ \ _ __ _____  __/ ___|___ _ __ | |_ ___ _ __
 | |_) | '__/ _ \ \/ / |   / _ \ '_ \| __/ _ \ '__|
 |  __/| | | (_) >  <| |__|  __/ | | | ||  __/ |
 |_|   |_|  \___/_/\_\\____\___|_| |_|\__\___|_|


Community Edition - Free & Open Source
=============================================

[INFO] Detected OS: ubuntu 24.04

[OK] Docker is already installed

[INFO] Setting up ProxCenter Community...
[INFO] Downloading configuration...
[INFO] Generating secrets...
[OK] Configuration created

[INFO] Pulling Docker image...
[+] pull 18/18
 ✔ Image ghcr.io/adminsyspro/proxcenter-frontend:latest Pulled                                                                             8.6s
[INFO] Initializing database...
proxcenter_data
[entrypoint] Running DB migrations...
  Migration error: no such table: Connection
[entrypoint] Starting servers...
[ws] 
[ws] ██████╗ ██╗  ██╗ ██████╗
[ws] ██╔══██╗╚██╗██╔╝██╔════╝
[ws] ██████╔╝ ╚███╔╝ ██║     
[ws] ██╔═══╝  ██╔██╗ ██║     
[ws] ██║     ██╔╝ ██╗╚██████╗
[ws] ╚═╝     ╚═╝  ╚═╝ ╚═════╝
[ws] ProxCenter - Control Plane
[ws] 
[ws] ╔════════════════════════════════════════════════════╗
[ws] ║  WebSocket Proxy (noVNC + xterm.js)                ║
[ws] ║  Listening on ws://localhost:3001                  ║
[ws] ║  Internal API: http://localhost:3000              ║
[ws] ║                                                    ║
[ws] ║  Routes:                                           ║
[ws] ║    /ws/console/{sessionId} - VM/CT console         ║
[ws] ║    /ws/shell?host=...      - Node shell            ║
[ws] ╚════════════════════════════════════════════════════╝
[ws] 
[next] ▲ Next.js 16.1.1
[next] - Local:         http://localhost:3000
[next] - Network:       http://0.0.0.0:3000
[next] 
[next] ✓ Starting...
[next] ✓ Ready in 144ms


CTRL C to get past this stick point then:


^C[ws] node ws-proxy.js exited with code SIGINT
[next] node server.js exited with code 0
[entrypoint] Running DB migrations...
[entrypoint] Starting servers...
[ws] 
[ws] ██████╗ ██╗  ██╗ ██████╗
[ws] ██╔══██╗╚██╗██╔╝██╔════╝
[ws] ██████╔╝ ╚███╔╝ ██║     
[ws] ██╔═══╝  ██╔██╗ ██║     
[ws] ██║     ██╔╝ ██╗╚██████╗
[ws] ╚═╝     ╚═╝  ╚═╝ ╚═════╝
[ws] ProxCenter - Control Plane
[ws] 
[ws] ╔════════════════════════════════════════════════════╗
[ws] ║  WebSocket Proxy (noVNC + xterm.js)                ║
[ws] ║  Listening on ws://localhost:3001                  ║
[ws] ║  Internal API: http://localhost:3000              ║
[ws] ║                                                    ║
[ws] ║  Routes:                                           ║
[ws] ║    /ws/console/{sessionId} - VM/CT console         ║
[ws] ║    /ws/shell?host=...      - Node shell            ║
[ws] ╚════════════════════════════════════════════════════╝
[ws] 
[next] ▲ Next.js 16.1.1
[next] - Local:         http://localhost:3000
[next] - Network:       http://0.0.0.0:3000
[next] 
[next] ✓ Starting...
[next] ✓ Ready in 163ms
[next] Health check failed: SqliteError: attempt to write a readonly database
[next]     at a (.next/server/chunks/[root-of-the-server]__29a2818e._.js:213:3777)
[next]     at v (.next/server/chunks/[root-of-the-server]__8aa84567._.js:213:6052) {
[next]   code: 'SQLITE_READONLY'
[next] }



CTRL-C to get past this then:

[INFO] Starting ProxCenter...
WARN[0000] volume "proxcenter_data" already exists but was not created by Docker Compose. Use `external: true` to use an existing volume 
[+] up 1/1
 ✔ Container proxcenter-frontend Created                                                                                                   0.1s
[OK] ProxCenter started

[INFO] Waiting for service to be ready...
..

============================================
   ProxCenter Community is ready!
============================================

Open: http://192.168.0.109:3000

Features included:
  - Dashboard & Inventory
  - VM/CT Management
  - Backups & Snapshots
  - Storage Management

Upgrade to Enterprise for:
  - DRS (Distributed Resource Scheduler)
  - RBAC & LDAP
  - Advanced Monitoring
  - AI Insights
  - And more...

Learn more: https://proxcenter.io/pricing

Commands:
  cd /opt/proxcenter && docker compose logs -f   # View logs
  cd /opt/proxcenter && docker compose down      # Stop
  cd /opt/proxcenter && docker compose pull      # Update

Originally created by @fairview1100 on GitHub (Feb 15, 2026). Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/2 Running install this is failing. Starting with a new Ubuntu host system. Always get the 'migration' error at the step it's trying to do a database initialization and then hangs at the the points below. If I ctrl-c it will go to a next part but then more SQL errors and finally if the container and network runs it ends up with a read-only database of some sort at the GUI login page. ``` # curl -fsSL https://proxcenter.io/install/community | sudo bash ____ ____ _ | _ \ _ __ _____ __/ ___|___ _ __ | |_ ___ _ __ | |_) | '__/ _ \ \/ / | / _ \ '_ \| __/ _ \ '__| | __/| | | (_) > <| |__| __/ | | | || __/ | |_| |_| \___/_/\_\\____\___|_| |_|\__\___|_| Community Edition - Free & Open Source ============================================= [INFO] Detected OS: ubuntu 24.04 [OK] Docker is already installed [INFO] Setting up ProxCenter Community... [INFO] Downloading configuration... [INFO] Generating secrets... [OK] Configuration created [INFO] Pulling Docker image... [+] pull 18/18 ✔ Image ghcr.io/adminsyspro/proxcenter-frontend:latest Pulled 8.6s [INFO] Initializing database... proxcenter_data [entrypoint] Running DB migrations... Migration error: no such table: Connection [entrypoint] Starting servers... [ws] [ws] ██████╗ ██╗ ██╗ ██████╗ [ws] ██╔══██╗╚██╗██╔╝██╔════╝ [ws] ██████╔╝ ╚███╔╝ ██║ [ws] ██╔═══╝ ██╔██╗ ██║ [ws] ██║ ██╔╝ ██╗╚██████╗ [ws] ╚═╝ ╚═╝ ╚═╝ ╚═════╝ [ws] ProxCenter - Control Plane [ws] [ws] ╔════════════════════════════════════════════════════╗ [ws] ║ WebSocket Proxy (noVNC + xterm.js) ║ [ws] ║ Listening on ws://localhost:3001 ║ [ws] ║ Internal API: http://localhost:3000 ║ [ws] ║ ║ [ws] ║ Routes: ║ [ws] ║ /ws/console/{sessionId} - VM/CT console ║ [ws] ║ /ws/shell?host=... - Node shell ║ [ws] ╚════════════════════════════════════════════════════╝ [ws] [next] ▲ Next.js 16.1.1 [next] - Local: http://localhost:3000 [next] - Network: http://0.0.0.0:3000 [next] [next] ✓ Starting... [next] ✓ Ready in 144ms CTRL C to get past this stick point then: ^C[ws] node ws-proxy.js exited with code SIGINT [next] node server.js exited with code 0 [entrypoint] Running DB migrations... [entrypoint] Starting servers... [ws] [ws] ██████╗ ██╗ ██╗ ██████╗ [ws] ██╔══██╗╚██╗██╔╝██╔════╝ [ws] ██████╔╝ ╚███╔╝ ██║ [ws] ██╔═══╝ ██╔██╗ ██║ [ws] ██║ ██╔╝ ██╗╚██████╗ [ws] ╚═╝ ╚═╝ ╚═╝ ╚═════╝ [ws] ProxCenter - Control Plane [ws] [ws] ╔════════════════════════════════════════════════════╗ [ws] ║ WebSocket Proxy (noVNC + xterm.js) ║ [ws] ║ Listening on ws://localhost:3001 ║ [ws] ║ Internal API: http://localhost:3000 ║ [ws] ║ ║ [ws] ║ Routes: ║ [ws] ║ /ws/console/{sessionId} - VM/CT console ║ [ws] ║ /ws/shell?host=... - Node shell ║ [ws] ╚════════════════════════════════════════════════════╝ [ws] [next] ▲ Next.js 16.1.1 [next] - Local: http://localhost:3000 [next] - Network: http://0.0.0.0:3000 [next] [next] ✓ Starting... [next] ✓ Ready in 163ms [next] Health check failed: SqliteError: attempt to write a readonly database [next] at a (.next/server/chunks/[root-of-the-server]__29a2818e._.js:213:3777) [next] at v (.next/server/chunks/[root-of-the-server]__8aa84567._.js:213:6052) { [next] code: 'SQLITE_READONLY' [next] } CTRL-C to get past this then: [INFO] Starting ProxCenter... WARN[0000] volume "proxcenter_data" already exists but was not created by Docker Compose. Use `external: true` to use an existing volume [+] up 1/1 ✔ Container proxcenter-frontend Created 0.1s [OK] ProxCenter started [INFO] Waiting for service to be ready... .. ============================================ ProxCenter Community is ready! ============================================ Open: http://192.168.0.109:3000 Features included: - Dashboard & Inventory - VM/CT Management - Backups & Snapshots - Storage Management Upgrade to Enterprise for: - DRS (Distributed Resource Scheduler) - RBAC & LDAP - Advanced Monitoring - AI Insights - And more... Learn more: https://proxcenter.io/pricing Commands: cd /opt/proxcenter && docker compose logs -f # View logs cd /opt/proxcenter && docker compose down # Stop cd /opt/proxcenter && docker compose pull # Update ```
kerem closed this issue 2026-03-07 19:26:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxcenter-ui#6
No description provided.