Deploy Your Own Website with WebsiteBox
Go from zero to a live and secure website on your own server. No coding or technical experience required.
Comments
Sign in to leave a comment.
Go from zero to a live and secure website on your own server. No coding or technical experience required.
Sign in to leave a comment.
Most providers offer $100 in free credits for new accounts. Check for current promotions before signing up.
Just buy the domain for now. We'll set up DNS after the server is ready.
ssh root@your-server-ip The authenticity of host 'your-server-ip' can't be established. Are you sure you want to continue connecting (yes/no)? yes root@your-server-ip's password:
curl -fsSL https://websitebox.dev/install.sh | bash [WebsiteBox] Installing Docker... [WebsiteBox] Pulling images... [WebsiteBox] Starting services... [WebsiteBox] ✓ Installation complete! [WebsiteBox] Run 'websitebox setup' to configure your site.
DNS changes can take 5-30 minutes to propagate. You can check progress at whatsmydns.net.
websitebox activate [WebsiteBox] Requesting SSL certificate for yourdomain.com... [WebsiteBox] ✓ SSL certificate obtained! [WebsiteBox] Restarting services... [WebsiteBox] ✓ Your site is live at https://yourdomain.com
You now have a fully functional website running on your own server with automatic HTTPS. The total cost is just the server (~$5-10/month) and domain (~$10-15/year).
Type: A
Name: @
Value: your-server-ip
TTL: 300Type: CNAME
Name: www
Value: yourdomain.com
TTL: 300curl -fsSL https://websitebox.dev/install.sh | bashwebsitebox setupwebsitebox activatewebsitebox backup --schedule dailywebsitebox status