Frequently Asked Questions
Getting Started
Q: What’s the First Thing to Do After the Welcome Email?
A: In order:
- Click the Admin Panel link in the email and confirm you can sign in
- In the Admin Panel, click Rose’s OpenClaw UI and test a conversation
- Follow the Getting Started guide to connect your preferred messenger (Telegram / WhatsApp / LINE)
Q: What’s the Difference Between the Three Companions? Which Should I Use?
A:
| Companion | Permission | Best For | Not Best For |
|---|---|---|---|
| Rose | Host root | System administration, deployment, automation | Casual daily chat (too much permission) |
| Ada | Container | Support, marketing, project management | Modifying host settings |
| Vi | Container | Quick lookup, testing, backup | Mission-critical business flows |
Recommendation: daily chat → Ada. System changes → Rose.
Q: Can I Use It on Mobile?
A: Yes. After connecting a messenger, you can:
- Chat with companions on Telegram / WhatsApp / LINE
- Sign in to the Admin Panel on mobile web
- Manage your mVPS anywhere
Messaging Connections
Q: Telegram, WhatsApp, or LINE — Which Is Best?
A: Each has trade-offs:
| Platform | Pros | Cons |
|---|---|---|
| Telegram | Rich feature set, mature bot ecosystem, free | Restricted in some countries |
| Largest user base, strong business acceptance | Business API has fees and review | |
| LINE | Dominant in Taiwan / Japan, great sticker support | Simpler bot features |
Recommendation: pick by your customer base. Taiwan → LINE; international → WhatsApp; technical users → Telegram.
Q: Can One Companion Serve Multiple Platforms?
A: Yes. You can:
- Connect one companion to Telegram + WhatsApp
- Connect different companions to different platforms (e.g., Rose on Telegram, Ada on LINE)
- Manage all connections from the Admin Panel
Q: Connection Failed — What Now?
A: Check these:
- Token is correct — did you accidentally include whitespace when copying?
- Network is healthy — can your phone / computer reach other sites?
- Re-pair — remove the existing connection and rescan the QR code
- Inspect logs — check Gateway connectivity in the Admin Panel
If still stuck, contact support.
Admin Panel
Q: When Should I Reboot the Host?
A: Reboot when:
- Resource usage stays high (memory > 90%)
- A container is fully unresponsive
- A system update requires a reboot
- You hit unexplained anomalies
Note: rebooting briefly interrupts service (~1 to 2 minutes).
Q: What Does Export Data Back Up?
A: Export Data includes:
- Every companion’s configuration (SOUL.md, IDENTITY.md, etc.)
- Conversation history
- Custom tool configuration
- System settings
Not included:
- Large files (back those up separately)
- Container source code (redeployable)
Q: How Do I Update a Companion?
A: In the Admin Panel:
- Open the container’s tab (Rose / Ada / Vi)
- Click “Update”
- Wait for completion (~1 to 3 minutes)
- The container restarts automatically
Recommendation: back up before updating — just in case.
Security
Q: Is My Data Safe?
A: realvco uses multi-layer security:
- No public ports: Cloudflare Tunnel — the VPS exposes no inbound ports
- Encrypted transport: HTTPS / TLS everywhere
- Token authentication: short-lived, single-use Magic Tokens
- Permission separation: three companions, three scopes — smaller blast radius
Q: What if My Magic Link Leaks?
A:
- Review sign-in history — any unexpected activity?
- Redeploy — issues a fresh Magic Token; old ones invalidate instantly
- Contact support — report the incident, we’ll help investigate
Q: Can the AI Read My Data?
A: Here’s what the AI sees:
- Can see: files you share, your conversations
- Cannot see: other containers’ data, system passwords (unless you reveal them)
Important: do not have the AI handle credit card numbers, banking credentials, or other sensitive secrets.
Billing and Accounts
Q: Are There Traffic Limits?
A: The mVPS plan includes:
- Unlimited network traffic (through Cloudflare)
- Fair-use policy (no mining, no attacking others)
Q: Can I Upgrade or Downgrade?
A: Yes — contact support:
- Upgrade: any time, prorated
- Downgrade: takes effect next billing cycle
Q: How Do I Cancel?
A: Contact support to cancel. Note: after cancellation, data is retained for 30 days, then permanently deleted.
Technical
Q: Can I SSH Directly Into the VPS?
A: Yes, but it needs setup:
- Configure SSH keys via the Admin Panel’s Host Terminal
- Or enable password login (requires turning on the option)
By default, SSH is only reachable through Cloudflare Tunnel — no public port.
Q: Can I Install My Own Software?
A: Yes. You have full root (through Rose):
- Use
aptto install Linux packages - Deploy your own Docker containers
- Configure Nginx, databases, and other services
Note: software you install is outside realvco’s support scope.
Q: How Do I View System Logs?
A: Multiple ways:
- Admin Panel: System Logs section
- Container logs: each container’s “Logs” button
- Host Terminal: run
journalctlor inspect/var/log
Getting Help
Q: How Should I Describe a Problem?
A: A good report has:
- When it happened — precise time
- What happened — error text or observed behavior
- What you tried — narrow it down
- Screenshots — whenever possible
Q: What Are the Support Response Times?
A:
- Weekdays (Monday–Friday): within 4 hours
- Weekends / holidays: within 24 hours
- Urgent issues: mark as “Urgent” for priority handling
Still have questions? Reach out any time.