Post History

Current version by Nick Antonaccio

Current VersionMay 01, 2026 at 16:01

Deploying to a VPS server

When you're ready to take the next step and set up your own server to deliver software to the world, create a VPS account with any hosting company, such as:

Plan to spend ~$50ish per year to start.

You'll need to learn how to use SSH and some basics about how the Linux operating system works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server via SSH, install NodeJS, create a tmux session to run Pi, and install it just like you did on your local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try connecting Pi, Hermes or any other agent software you use, to other models at Openrouter such as google/gemini-3.1-flash-lite-preview. Getting to know the particular strengths, weaknesses, performance/speed, capabilities, and operating cost trade-offs of each of the most popular LLM models is a huge part of learning to get 'AI' work done more effectively.

Get a domain name and set up HTTPS encryption

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows), for your server. You'll need to set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination, most often using a program called Caddy (using the free letsencrypt service).

Ask Google and/or GPT for help with any of the required steps. These things can take some time to learn, and may seem complex until you've done them a few times.

Be aware that you'll need to learn a lot about security and maintenance to run a server

That goal is a long road. You'll never stop learning about how to establish and follow best practices. Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with private Protected Health Information (PHI), financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. That includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excuse which will save you in court. There's a huge world of ruthless bad actors out there who don't care one bit if they wreak utter havoc on your life, just to make a few bucks - so do your due diligence to protect yourself and the users of any system you create!

Previous Versions
Version 19May 01, 2026 at 16:01

Deploying to a VPS server

When you're ready to take the next step and set up your own server to deliver software to the world, create a VPS account with any hosting company, such as:

Plan to spend ~$50ish per year to start.

You'll need to learn how to use SSH and some basics about how the Linux operating system works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server via SSH, install NodeJS, create a tmux session to run Pi, and install it just like you did on your local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try connecting Pi, Hermes or any other agent software you use, to other models at Openrouter such as google/gemini-3.1-flash-lite-preview. Getting to know the particular strengths, weaknesses, performance/speed, capabilities, and operating cost trade-offs of each of the most popular LLM models is a huge part of learning to get 'AI' work done more effectively.

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows), for your server. You'll need to set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination, most often using a program called Caddy. Ask Google and/or GPT for help with any of these or other steps. These things can take some time to learn, and may seem complex until you've done them a few times.

Be aware that you'll need to learn a lot about security and maintenance to run a server

That goal is a long road. You'll never stop learning about how to establish and follow best practices. Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with private Protected Health Information (PHI), financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. That includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excuse which will save you in court. There's a huge world of ruthless bad actors out there who don't care one bit if they wreak utter havoc on your life, just to make a few bucks - so do your due diligence to protect yourself and the users of any system you create!

Version 18May 01, 2026 at 15:58

When you're ready to take the next step and set up your own server to deliver software to the world, create a VPS account at https://contabo.com , https://ovhcloud.com , or any other VPS hosting company. Plan to spend ~$50ish per year to start.

You'll need to learn how to use SSH and some basics about how the Linux operating system works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try connecting Pi, Hermes or any other agent software you use, to other models at Openrouter such as google/gemini-3.1-flash-lite-preview Getting to know the particular strengths, weaknesses, performance/speed, capabilities, and operating cost trade-offs of each of the most popular LLM models is a huge part of learning to get 'AI' work done more effectively.

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows), for your server. You'll need to set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination, most often using a program called Caddy. Ask Google and/or GPT for help with any of these or other steps. These things can take some time to learn, and may seem complex until you've done them quite a few times.

Be aware that you'll need to learn a lot about security and maintenance to run a server

That goal is a long road. You'll never stop learning about how to establish and follow best practices. Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with private Protected Health Information (PHI), financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. That includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excuse which will save you in court. There's a huge world of ruthless bad actors out there who don't care one bit if they wreak utter havoc on your life, just to make a few bucks - so do your due diligence to protect yourself and the users of any system you create!

Version 17May 01, 2026 at 15:55

When you're ready to take the next step and set up your own server to deliver software to the world, create a VPS account at https://contabo.com , https://ovhcloud.com , or any other VPS hosting company. Plan to spend ~$50ish per year to start.

You'll need to learn how to use SSH and some basics about how the Linux operating system works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try connecting Pi, Hermes or any other agent software you use, to other models at Openrouter such as google/gemini-3.1-flash-lite-preview Getting to know the particular strengths, weaknesses, performance/speed, capabilities, and operating cost trade-offs of each of the most popular LLM models is a huge part of learning to get 'AI' work done more effectively.

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows), for your server. You'll need to set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination, most often using a program called Caddy. Ask Google and/or GPT for help with any of these or other steps. These things can take some time to learn, and may seem complex until you've done them quite a few times.

Be aware that you'll need to learn a lot about security and maintenance to run a server, and that that goal is a long road. You'll never stop learning about how to establish and follow best practices. Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with private Protected Health Information (PHI), financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. That includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excuse which will save you in court. There's a huge world of ruthless bad actors out there who don't care one bit it they wreak utter havoc on your life, just to make a few bucks - so do your due diligence to protect yourself and the users of any system you create!

Version 16Apr 29, 2026 at 14:35

When you're ready to take the next step and set up your own server to deliver software to the world, create a VPS account at https://contabo.com and plan to spend ~$50ish per year to start.

You'll need to learn how to use SSH and some basics about how a Linux VPS works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows). Set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step - these steps can take some time to learn, and they may seem complex until you've done them many times.

Be aware that you'll need to learn a lot about security and maintenance to run a server, and that that goal is a long road. You'll never stop learning about how to establish and follow best practices.

Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with private Protected Health Information (PHI), financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. That includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excuse which will save you in court. There's a huge world of ruthless bad actors out there who don't care one bit it they wreak utter havoc on your life, just to make a few bucks - so do your due diligence to protect yourself and the users of any system you create!

Version 15Apr 29, 2026 at 14:28

When you're ready to take the next step and set up your own server to deliver software to the world, create a VPS account at https://contabo.com and plan to spend ~$50ish per year to start.

You'll need to learn how to use SSH and some basics about how a Linux VPS works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows). Set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step - these steps can take some time to learn, and they may seem complex until you've done them many times.

Be aware that you'll need to learn a lot about security and maintenance to run a server, and that that goal is a long road. You'll never stop learning about how to establish and follow best practices.

Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with private Protected Health Information (PHI), financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. That includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excuse which will save you in court. There's a huge world of ruthless bad actors out there who don't care one bit it they wreak utter havoc on your life, just to make a few bucks - so do your due diligence protecting yourself and the users of any system you create!

Version 14Apr 29, 2026 at 14:28

When you're ready to take the next step and set up your own server to deliver software to the world, create a VPS account at https://contabo.com and plan to spend ~$50ish per year to start.

You'll need to learn how to use SSH and some basics about how a Linux VPS works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows). Set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step - these steps can take some time to learn, and they may seem complex until you've done them many times.

Be aware that you'll need to learn a lot about security and maintenance to run a server, and that that goal is a long road. You'll never stop learning about how to establish and follow best practices.

Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with Private Health Information, financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. This includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excus which will save you in court. There's a world of ruthless bad actors out there who don't care one bit it they wreak utter havoc on your life, just to make a few bucks - so do your due diligence protecting yourself and the users of any system you create!

Version 13Apr 29, 2026 at 14:26

When you're ready to take the next step and set up your own server to deliver software to the world, create a VPS account at https://contabo.com and plan to spend ~$50ish per year to start.

You'll need to learn how to use SSH and some basics about how a Linux VPS works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows). Set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step - these steps can take some time to learn, and they may seem complex until you've done them many times.

Be aware that you'll need to learn a lot about security and maintenance to run a server, and that that goal is a long road. You'll never stop learning about how to establish and follow best practices.

Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with Private Health Information, financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. This includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excus which will save you in court. There's a world of ruthless bad actors out there who don't care one bit it they wreak utter havoc on your life, just to make a few bucks - so do your due diligence protecting yourself and the users of any system you create!

Version 12Apr 29, 2026 at 14:25

When you're ready to take the next step and set up your own server to deliver software to the world, create a VPS account at https://contabo.com and plan to spend ~$50ish per year to start.

You'll need to learn how to use SSH and some basics about how a Linux VPS works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows). Set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step - these steps can take some time to learn, and they may seem complex until you've done them many times.

Be aware that you'll need to learn a lot about security and maintenance to run a server, and that that goal is a long road. You'll never stop learning about how to establish and follow best practices.

Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with Private Health Information, financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. This includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excus which will save you in court. Do your due diligence!

Version 11Apr 29, 2026 at 14:20

When you're ready to take the next step and set up your own server to deliver software to the world, set up a VPS account at https://contabo.com Plan to spend ~$50ish per year.

You'll need to learn how to use SSH and some basics about how a Linux VPS works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows). Set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step - these things take some time to learn, and they can seem complex until you've done them many times.

Be aware that you'll need to learn a lot about security and maintenance to run a server, and that goal is a long road. You'll never stop learning about how to establish and follow best practices.

Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with Private Health Information, financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. This includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excuse that will save you in court. Do your due diligence!

Version 10Apr 29, 2026 at 14:16

When you're ready to take the next step and set up your own server to deliver software to the world, set up a VPS account at https://contabo.com Plan to spend ~$50ish per year.

You'll need to learn how to use SSH and some basics about how a Linux VPS works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows). Set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step - these things take some time to learn, and they can seem complex until you've done them many times.

Be aware that you'll need to learn a lot about security and maintenance to run a server. That goal is a long road - you'll never stop learning about how to establish and follow best practices. Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with Private Health Information, financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. This includes setting up proper controls for network security, server configurations, access management, incident response, code review, version control, penetration testing, audit logging, and more. You can potentially get fined huge amounts of money if you ever disobey privacy regulations, and ignorance about existing laws & compliance obligations is never an excuse that will save you in court. Do your due diligence!

Version 9Apr 29, 2026 at 14:14

When you're ready to take the next step and set up your own server to deliver software to the world, set up a VPS account at https://contabo.com Plan to spend ~$50ish per year.

You'll need to learn how to use SSH and some basics about how a Linux VPS works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows). Set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step - these things take some time to learn, and they can seem complex until you've done them many times.

Be aware that you'll need to learn a lot about security and maintenance to run a server. That goal is a long road - you'll never stop learning about how to establish and follow best practices. Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with Private Health Information, financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. You can potentially get fined huge amounts of money if you ever disobey privacy regulations.

Version 8Apr 29, 2026 at 14:06

When you're ready to take the next step and set up your own server to deliver software to the world, set up a VPS account at https://contabo.com Plan to spend ~$50ish per year.

You'll need to learn how to use SSH and some basics about how a Linux VPS works:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent - it's just another, even more powerful alternative to Pi:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you'll likely want to buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows). Set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step - these things take some time to learn, and they can seem complex until you've done them many times.

Be aware that you'll need to learn a lot about security and maintenance to run a server. That goal is a long road - you'll never stop learning about how to establish and follow best practices. Be sure to learn about HIPAA, PCI, GDPR, CCPA and other laws & compliance obligations you're required to satisfy, especially if you ever deal with Private Health Information, financial information, or any other sensitive data on your server. At very least, learn how to satisfy SOC 2 and ISO 27001 standards for any software you create & publish publicly. You can potentially get fined huge amounts of money if you ever disobey privacy regulations.

Version 7Apr 29, 2026 at 14:05

When you're ready to take the next step and set up your own server to deliver software to the world, set up a VPS account at https://contabo.com (plan to spend ~$50ish per year).

You'll need to learn how to use SSH and some basics about VPS:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent (it's just another, even more powerful alternative to Pi):

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you should buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows), set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step!

Be aware that you'll need to learn a lot about security and maintenance to run a server. It's a long road, and you'll never stop learning about how to establish and follow best practices. Be sure to learn about HIPAA, PCI, and other laws & compliance obligations you're required to satisfy, especially if you ever deal with Private Health Information, financial information, or any other sensitive data on your server. You can potentially get fined huge amounts of money if you ever disobey privacy regulations.

Version 6Apr 29, 2026 at 08:36

When you're ready to take the next step and set up your own server to deliver software to the world, set up a VPS account at https://contabo.com (plan to spend ~$50ish per year).

You'll need to learn how to use SSH and some basics about VPS:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent (it's just another, even more powerful alternative to Pi):

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you should buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows), set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step!

Version 5Apr 29, 2026 at 08:14

When you're ready to take the next step and set up your own server to deliver software to the world, set up a VPS account at https://contabo.com (plan to spend ~$50ish per year).

You'll need to learn how to use SSH and some basics about VPS:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent (it's just another, even more powerful alternative to Pi):

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as 'google/gemini-3.1-flash-lite-preview'

At some point, you should buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows), set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step!

Version 4Apr 29, 2026 at 08:13

When you're ready to take the next step and set up your own server to deliver software to the world, set up a VPS account at https://contabo.com (plan to spend ~$50ish per year).

You'll need to learn how to use SSH and some basics about VPS:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent (it's just another, even more powerful alternative to Pi):

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you should buy a domain name (.com URL) from any registrar (Godaddy, Namecheap, Tucows), set the DNS A record of your domain name to point to the IP address of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step!

Version 3Apr 29, 2026 at 08:01

When you're ready to take the next step and set up your own server to deliver software to the world, set up a VPS account at https://contabo.com (plan to spend ~$50ish per year).

You'll need to learn how to use SSH and some basics about VPS:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent (it's just another, even more powerful alternative to Pi):

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

At some point, you should buy a domain name from any registrar (Godaddy, Namecheap, Tucows), set you DNS A record to the domain of your VPS server, and set up HTTPS termination using a program called Caddy. Ask Google and/or GPT for help with this or any other step!

Version 2Apr 29, 2026 at 08:00

When you're ready to take the next step and set up your own server to deliver software to the world, set up a VPS account at https://contabo.com (plan to spend ~$50ish per year).

You'll need to learn how to use SSH and some basics about VPS:

https://com-pute.com/nick/linux_server_basics.txt

Log into your VPS server with SSH, install NodeJS, create a tmux session, to run Pi, and install it just like you did on you local computer:

npm install -g @mariozechner/pi-coding-agent

And/or try installing the Hermes agent (it's just another, even more powerful alternative to Pi):

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

Try other models at Openrouter such as google/gemini-3.1-flash-lite-preview

Ask Google and/or GPT for help at any step.

Version 1Apr 29, 2026 at 07:38

When you're ready to take the next step and set up your own server to deliver software to the world, do this:

https://aibynick.com/thread/25