Dieser Commit ist enthalten in:
Claude Project Manager
2025-07-07 22:11:38 +02:00
Commit ec92da8a64
73 geänderte Dateien mit 16367 neuen und 0 gelöschten Zeilen

62
data/projects.json Normale Datei
Datei anzeigen

@ -0,0 +1,62 @@
{
"projects": [
{
"id": "vps-permanent",
"name": "VPS Server",
"path": "claude-dev@91.99.192.14",
"created_at": "2025-07-01T20:14:48.308074",
"last_accessed": "2025-07-07T14:42:04.952013",
"readme_path": "claude-dev@91.99.192.14\\CLAUDE_PROJECT_README.md",
"description": "Remote VPS Server with Claude",
"tags": [
"vps",
"remote",
"server"
],
"gitea_repo": null
},
{
"id": "admin-panel-permanent",
"name": "Admin Panel",
"path": "/opt/v2-Docker",
"created_at": "2025-07-02T11:07:12.516091",
"last_accessed": "2025-07-02T11:45:26.857409",
"readme_path": "/opt/v2-Docker\\CLAUDE_PROJECT_README.md",
"description": "V2 Docker Admin Panel",
"tags": [
"admin",
"docker",
"v2"
],
"gitea_repo": null
},
{
"id": "vps-docker-permanent",
"name": "Docker Restart",
"path": "/opt/v2-Docker/v2",
"created_at": "2025-07-02T16:15:00.000000",
"last_accessed": "2025-07-02T16:25:36.888108",
"readme_path": "/opt/v2-Docker/v2\\CLAUDE_PROJECT_README.md",
"description": "Docker Admin Panel Restart",
"tags": [
"vps",
"docker",
"admin",
"restart"
],
"gitea_repo": null
},
{
"id": "66c0f4bb-c560-43a6-a4c5-a8ecf8b73919",
"name": "ClaudeProjectManager-main",
"path": "C:/Users/hendr/Desktop/IntelSight/ClaudeProjectManager-main",
"created_at": "2025-07-07T21:38:23.820122",
"last_accessed": "2025-07-07T21:50:23.795214",
"readme_path": "C:/Users/hendr/Desktop/IntelSight/ClaudeProjectManager-main\\CLAUDE_PROJECT_README.md",
"description": "",
"tags": [],
"gitea_repo": null
}
],
"last_updated": "2025-07-07T21:50:23.795214"
}

3
data/settings.json Normale Datei
Datei anzeigen

@ -0,0 +1,3 @@
{
"theme": "light"
}

Datei anzeigen

@ -0,0 +1,63 @@
# Claude VPS Server
*This README was automatically generated by Claude Project Manager*
## Server Information
- **Server IP**: 91.99.192.14
- **Username**: claude-dev
- **Connection**: SSH (Port 22)
## How to Connect
### Using Claude Project Manager
1. Click on the VPS Server tile
2. Terminal will open with connection instructions
3. Enter the password when prompted
4. Type `claude` after successful login
### Manual Connection
```bash
ssh claude-dev@91.99.192.14
```
## Available Commands
After connecting to the VPS:
- `claude` - Start Claude CLI
- `ls` - List files
- `cd <directory>` - Change directory
- `exit` - Close SSH connection
## Security Notes
- Keep your password secure
- Don't share SSH credentials
- Always logout when finished (`exit` command)
## Features
This VPS server provides:
- Remote access to Claude
- Persistent environment
- Isolated workspace
- Full Linux environment
## Troubleshooting
### Connection Issues
1. Check internet connection
2. Verify server is online
3. Ensure SSH port (22) is not blocked
4. Try manual SSH command
### Authentication Failed
- Verify password is correct
- Check username spelling
- Ensure caps lock is off
---
## Connection Log
- README generated on 2025-07-07 14:42:04