Step-by-step instructions for backing up and restoring your EnKore Capital website from your own computer โ no Linux expertise required.
| Server IP | 34.75.94.140 |
| Username | ubuntu |
| Website URL | https://enkorecapital.com |
| Admin Panel | https://enkorecapital.com/admin |
| App Location | /home/ubuntu/enkore/ |
| Backup Location | /home/ubuntu/backups/ |
| Auto-Backup Time | Every day at 2:00 AM UTC |
You already have everything you need. Open Terminal (search for "Terminal" in Spotlight or Applications). All commands work as-is.
Install one of these (free):
โข Windows Terminal (from Microsoft Store) โ recommended
โข PuTTY โ older but works
โข Git Bash โ if you have Git installed
authorized_keys file is currently empty โ this means SSH key-based login is not yet configured. The easiest way to access your server right now is through the Manus platform (using the cloud computer shell). To enable direct SSH from your own computer, follow the SSH key setup in Step 2.
The easiest way to run commands on your server is through Manus:
This works even if your session is broken โ just start a new one.
Step 1: Generate an SSH key on your computer (skip if you already have one):
Press Enter 3 times to accept defaults. This creates two files in ~/.ssh/: id_ed25519 (private key โ keep secret) and id_ed25519.pub (public key).
Step 2: Add your public key to the server (run this in Manus or ask Manus to do it):
Replace YOUR_PUBLIC_KEY_HERE with the contents of your ~/.ssh/id_ed25519.pub file.
Step 3: Connect from your computer:
You should see a command prompt like ubuntu@cloud-pc-70cqwrll:~$ โ you are now on your server.
To disconnect:
If you prefer the terminal:
ssh ubuntu@34.75.94.140Wait 30โ60 seconds. You will see output like:
[2026-06-18 04:49:20] โ
Backup created: enkore_backup_20260618_044920.tar.gz (46M)
You should see one or more files ending in .tar.gz.
To download via terminal (run this on YOUR computer, not the server):
First, find the backup filename (run this while connected to server):
Then download it to your computer's Desktop (run on YOUR computer):
Replace FILENAME with the actual filename from the previous step.
Example: scp ubuntu@34.75.94.140:/home/ubuntu/backups/enkore_backup_20260618_044920.tar.gz ~/Desktop/
The file should appear on your Desktop. It will be named something like enkore_backup_20260618_044920.tar.gz and be approximately 46โ75 MB in size.
Use this if the website breaks but the server is still running (e.g., files got corrupted, accidental deletion, bad update).
The most recent file is at the top. Note its full name (e.g., enkore_backup_20260618_044920.tar.gz).
Replace FILENAME with the actual filename. This recreates the /home/ubuntu/enkore/ folder.
Wait for it to finish (1โ2 minutes). You will see many lines of output โ this is normal.
You should see online in the status column.
Open your browser and visit https://enkorecapital.com. The site should load normally.
Use this if the server itself is completely gone (e.g., cloud computer deleted, provider outage, account issue).
.tar.gz) either stored on your computer or accessible somewhere. If you only have the Admin Panel backup files on the old server and the server is gone, you will need to restore from a copy you downloaded previously.
In Manus, request a new cloud computer (persistent VM). Once connected, you will have a fresh Ubuntu server.
From YOUR computer (replace with your actual filename and new server IP):
Or tell Manus: "Upload this backup file to my new cloud computer and restore the EnKore Capital website."
This takes 3โ5 minutes.
In your DNS provider (where you manage enkorecapital.com), update both A records:
| Type | Host | Value |
|---|---|---|
| A | @ | NEW_SERVER_IP |
| A | www | NEW_SERVER_IP |
Wait 5โ30 minutes for DNS to propagate.
Follow the prompts. Your site will be live at https://enkorecapital.com.
The easiest way to manage backups โ no terminal needed.
| Action | How to Do It |
|---|---|
| Create a backup now | Admin Panel โ ๐พ Backup & Recovery โ Click "๐พ Create Backup Now" |
| Download a backup | Admin Panel โ ๐พ Backup & Recovery โ Click "โฌ Download" next to any file |
| Create a Git snapshot | Admin Panel โ ๐พ Backup & Recovery โ Type a message โ Click "๐ธ Create Git Snapshot" |
| Delete an old backup | Admin Panel โ ๐พ Backup & Recovery โ Click "๐๏ธ" next to the file |
| View backup history | Admin Panel โ ๐พ Backup & Recovery โ Scroll to "๐ Backup Activity Log" |
| Check last backup time | Admin Panel โ ๐พ Backup & Recovery โ See "Last Backup" stat card at top |
| # | Check | How to Fix |
|---|---|---|
| 1 | Is the server running? Visit http://34.75.94.140 in browser |
If no response โ server may be down. Contact Manus support or restart via cloud provider dashboard. |
| 2 | Is the app process running? SSH in and run: pm2 status |
If enkore-capital shows "stopped" or "errored" โ run: pm2 restart enkore-capital |
| 3 | Is nginx running? Run: sudo systemctl status nginx |
If inactive โ run: sudo systemctl restart nginx |
| 4 | Are there app errors? Run: pm2 logs enkore-capital --lines 20 |
Read the error message. Common fix: restore from backup (Section 5). |
| 5 | Is DNS pointing correctly? Check: whatsmydns.net |
If DNS is wrong โ update A records to 34.75.94.140 in your DNS provider. |
| 6 | Nothing works โ full restore needed | Follow Section 5 (same server) or Section 6 (new server) above. |
This restarts both the app and the web server โ fixes most common issues.
If you are unable to restore your site using this guide, start a new Manus session and say:
"My EnKore Capital website is down. Please help me restore it."