• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Free HTTPS Website Domain in your VPS server

Newbie Spellweaver
Joined
Jul 5, 2023
Messages
12
Reaction score
31
Just wanting so share and help Cabal Server Startups.

Free Website Domain for your noob server.

Pre-requisites : Tailscale in you VPS
NGINX or APACHE (w/ PHP) or any web server you want.
*(A website that is accessible as "localhost")


USING TAILSCALE SERVE AND FUNNEL FEATURE:
##DOWNLOAD & INSTALL TAILSCALE##
  1. Install the Yum repository manager:
    sudo yum install yum-utils

  2. Add the Tailscale repository and install Tailscale:
    sudo yum-config-manager --add-repo
    sudo yum install tailscale

  3. Use systemctl to enable and start the service:
    sudo systemctl enable --now tailscaled

  4. Connect your machine to your Tailscale network and authenticate in your browser:
    sudo tailscale up

  5. Change machine name with domain you want. (Click the 3 dots to edit Machine Name)
    1700728085250 - Free HTTPS Website Domain in your VPS server - RaGEZONE Forums
  6. Now go to Admin Console again, go to "DNS" enable "HTTPS Certificates".
    1700728236634 - Free HTTPS Website Domain in your VPS server - RaGEZONE Forums
  7. Now go to "Access Control" Find "Funnel" and add it to the policy.
    1700728327476 - Free HTTPS Website Domain in your VPS server - RaGEZONE Forums
If the device you added is a server or remotely-accessed device, you may want to consider disabling key expiry to prevent the need to periodically re-authenticate.

Now in your VPS terminal.

1. now type.
- tailscale serve https:443 / <- if you set a port add it.
2. now type.
- tailscale funnel 443 on <--- this will make a proxy of your local hosted website and add it to your tailnet.
3. now type.
- tailscale serve status
4. step 3 will output your Tailnet & machines status.
1700728800880 - Free HTTPS Website Domain in your VPS server - RaGEZONE Forums

5. Congratulation you have shared your cabal website to the open internet.
6. Copy the link and try it.
 

Attachments

You must be registered for see attachments list
Back
Top