Remote Claude Code allows you to run Claude Code on a Virtual Private Server (VPS) and access it from any device, including your phone and tablet. This means you can code from anywhere, whether you're at home, in a cafΓ©, or on the go.
To get started with Remote Claude Code, follow these simple steps to download and set up the application on your VPS. Youβll be coding in no time.
You can download the latest release of Remote Claude Code by visiting the Releases page. Click the link below:
To run Remote Claude Code, you will need a VPS. Here are the basic system requirements:
- Operating System: Any Linux distribution (Ubuntu is recommended)
- Memory: Minimum 1 GB RAM
- Disk Space: Minimum 512 MB free disk space
- Internet Connection: Stable internet access
Once you have downloaded the latest version, you need to install it on your VPS. Here are the steps:
-
Upload the File: Use an FTP client or a tool like
scpto upload the downloaded file to your VPS. -
Connect via SSH: Open your terminal and connect to your VPS using the SSH command. Replace
<your_username>and<your_vps_ip>with your actual credentials:ssh <your_username>@<your_vps_ip> -
Navigate to the Directory: Change to the directory where you uploaded the application:
cd /path/to/your/uploaded/file -
Make the File Executable: Run the following command to make the file executable:
chmod +x remote-claude-code -
Run the Application: Start the application with this command:
./remote-claude-code
Now that your application is running, you can access it from any device. Simply open a web browser on your phone, tablet, or computer and enter the VPS IP address followed by the port number (if specified).
For example, if your VPS IP is 123.456.78.90, you would visit:
http://123.456.78.90:port_number
While using Remote Claude Code, itβs important to consider security. Here are some basic tips:
- Use SSH Keys: Avoid using your password by setting up SSH keys for secure access.
- Firewall Configuration: Configure your firewall to only allow access to necessary ports.
- Regular Updates: Keep your VPS and dependencies updated to protect against vulnerabilities.
If you encounter issues while running Remote Claude Code, consider the following common problems:
- Can't Access the Application: Ensure that the application is running and that your firewall settings are correct.
- Permission Denied Errors: Ensure you have the correct permissions set on the installed file.
- Dependency Issues: Make sure all required libraries and dependencies are installed on your VPS.
For further assistance, you can visit the GitHub repository issues page for help. Hereβs the link:
We are continuously working on improving Remote Claude Code. Your feedback is valuable. Share your thoughts and suggestions via the issues page on GitHub.
Remote Claude Code is designed to make coding accessible from anywhere. Follow these steps to get started and enjoy the flexibility of coding on your own terms.