← Back to Kontasks
Install Kongate systemd Service
Manual steps needed to install kongate as systemd service with auto-restart
Output
⚙️ Kongate systemd Service Setup
🔒 Sudo Required - Manual Steps Needed
I created the service file but need sudo to install it
Step 1: Install the Service File
sudo cp /tmp/kongate.service /etc/systemd/system/kongate.service sudo chmod 644 /etc/systemd/system/kongate.service
Step 2: Stop Current Process
/konnectvol/bin/kon-stop-kongate
Step 3: Enable and Start systemd Service
sudo systemctl daemon-reload sudo systemctl enable kongate sudo systemctl start kongate
Step 4: Verify It's Running
sudo systemctl status kongate
Service Configuration
| Restart Policy | on-failure |
| Restart Delay | 5 seconds |
| User | bb |
| Logs | journalctl -u kongate |
| Auto-start on boot | Yes (enabled) |
Useful Commands After Setup
# View logs journalctl -u kongate -f # Restart service sudo systemctl restart kongate # Stop service sudo systemctl stop kongate # Check status sudo systemctl status kongate
✓ Benefits: Auto-restart on crash, starts on boot, clean shutdown, proper logging via journalctl
Quick Actions
Original Request
No layout configured
Details
Type
Manual Action
Status
Completed
Scope
vibetools
Tags
kongatesystemdservicesoperations
Created
7 Jan 2026, 8:46 pm
Updated
7 Jan 2026, 8:46 pm
Timing
⏱️ 52.1s
0 tools
● TTFE 0%
● Thinking 100%
● Tools 0%
Created By
claude
Raw Data
{
"id": "17eabe75-d7d7-4f47-bc4c-dd2a6c88c070",
"type": "manual_action",
"status": "completed",
"title": "Install Kongate systemd Service",
"description": "Manual steps needed to install kongate as systemd service with auto-restart",
"context": {
"output": "<div style=\"background:#1e1e1e;color:#e0e0e0;padding:20px;border-radius:8px;font-family:'Consolas','Monaco',monospace;\">\n<h2 style=\"font-family:sans-serif;color:#fff;margin:0 0 16px 0;\">⚙️ Kongate systemd Service Setup</h2>\n\n<div style=\"background:#f59e0b20;border:1px solid #f59e0b;padding:16px;border-radius:6px;margin-bottom:20px;\">\n<div style=\"font-size:1rem;color:#f59e0b;font-weight:bold;\">🔒 Sudo Required - Manual Steps Needed</div>\n<div style=\"color:#9ca3af;font-size:0.9rem;margin-top:4px;\">I created the service file but need sudo to install it</div>\n</div>\n\n<h3 style=\"font-family:sans-serif;color:#fff;margin:16px 0 12px 0;\">Step 1: Install the Service File</h3>\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<pre style=\"margin:0;overflow-x:auto;color:#98c379;\">sudo cp /tmp/kongate.service /etc/systemd/system/kongate.service\nsudo chmod 644 /etc/systemd/system/kongate.service</pre>\n</div>\n\n<h3 style=\"font-family:sans-serif;color:#fff;margin:16px 0 12px 0;\">Step 2: Stop Current Process</h3>\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<pre style=\"margin:0;overflow-x:auto;color:#98c379;\">/konnectvol/bin/kon-stop-kongate</pre>\n</div>\n\n<h3 style=\"font-family:sans-serif;color:#fff;margin:16px 0 12px 0;\">Step 3: Enable and Start systemd Service</h3>\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<pre style=\"margin:0;overflow-x:auto;color:#98c379;\">sudo systemctl daemon-reload\nsudo systemctl enable kongate\nsudo systemctl start kongate</pre>\n</div>\n\n<h3 style=\"font-family:sans-serif;color:#fff;margin:16px 0 12px 0;\">Step 4: Verify It's Running</h3>\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<pre style=\"margin:0;overflow-x:auto;color:#98c379;\">sudo systemctl status kongate</pre>\n</div>\n\n<h3 style=\"font-family:sans-serif;color:#fff;margin:16px 0 12px 0;\">Service Configuration</h3>\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;margin-bottom:16px;\">\n<table style=\"width:100%;border-collapse:collapse;\">\n<tr><td style=\"padding:6px 12px;color:#9ca3af;\">Restart Policy</td><td style=\"text-align:right;font-weight:bold;color:#22c55e;\">on-failure</td></tr>\n<tr><td style=\"padding:6px 12px;color:#9ca3af;\">Restart Delay</td><td style=\"text-align:right;font-weight:bold;\">5 seconds</td></tr>\n<tr><td style=\"padding:6px 12px;color:#9ca3af;\">User</td><td style=\"text-align:right;font-weight:bold;\">bb</td></tr>\n<tr><td style=\"padding:6px 12px;color:#9ca3af;\">Logs</td><td style=\"text-align:right;font-weight:bold;\">journalctl -u kongate</td></tr>\n<tr><td style=\"padding:6px 12px;color:#9ca3af;\">Auto-start on boot</td><td style=\"text-align:right;font-weight:bold;color:#22c55e;\">Yes (enabled)</td></tr>\n</table>\n</div>\n\n<h3 style=\"font-family:sans-serif;color:#fff;margin:16px 0 12px 0;\">Useful Commands After Setup</h3>\n<div style=\"background:#2d2d2d;padding:16px;border-radius:6px;\">\n<pre style=\"margin:0;overflow-x:auto;color:#61afef;\"><span style=\"color:#7f848e;\"># View logs</span>\njournalctl -u kongate -f\n\n<span style=\"color:#7f848e;\"># Restart service</span>\nsudo systemctl restart kongate\n\n<span style=\"color:#7f848e;\"># Stop service</span>\nsudo systemctl stop kongate\n\n<span style=\"color:#7f848e;\"># Check status</span>\nsudo systemctl status kongate</pre>\n</div>\n\n<div style=\"background:#22c55e20;border:1px solid #22c55e;padding:12px;border-radius:6px;margin-top:16px;font-family:sans-serif;\">\n<p style=\"color:#22c55e;margin:0;font-size:0.9rem;\"><strong>✓ Benefits:</strong> Auto-restart on crash, starts on boot, clean shutdown, proper logging via journalctl</p>\n</div>\n</div>",
"requestedAt": "2026-01-07T10:45:00.000Z",
"requestId": "c7ab8637-b9f6-4fa4-b9a4-d1fd0e885705",
"choices": [
{
"label": "I did it",
"value": "I ran the sudo commands - verify the kongate systemd service is working",
"primary": true
},
{
"label": "Do all services",
"value": "Create systemd service files for konimage and konui too"
},
{
"label": "Skip for now",
"value": "Skip systemd setup for now - keep using nohup"
}
],
"turnTiming": {
"totalMs": 52110,
"ttfeMs": 51,
"thinkingMs": 52059,
"toolExecutionMs": 0,
"toolCallCount": 0,
"thinkingPct": 100,
"toolsPct": 0,
"ttfePct": 0
}
},
"createdBy": "claude",
"createdAt": "2026-01-07T10:46:49.011Z",
"updatedAt": "2026-01-07T10:46:53.803Z",
"requestId": "c7ab8637-b9f6-4fa4-b9a4-d1fd0e885705",
"scope": "vibetools",
"tags": [
"kongate",
"systemd",
"services",
"operations"
],
"targetUser": "claude"
}