I’d really like to get started with this stuff but finding the technical requirement exhausting.

Trying to install privoxyvpn- “simply add the proxy to your browser and ensure the configuration is correct” (no help as to what this means, or how to do it and following the basic instructions just renders my browser unable to connect - googling the error message gives me replies like “simply make sure you read the logs” (no description of how to get to the logs or how to read them)

hearing I need a proxy and a reverse proxy, install SWAG — “first, point the A name at your server and the CNAME at the A and then install the SSL certificate - but be sure to pick between directories and subdomains if you have fewer than 20 domains in your account.”

Like what the fuck does any of this mean?

Then I hear if I have a proxy it might interfere with the reverse proxy and both might interfere with the VPN and vice versa.

How does one even get started?

  • DominusOfMegadeus
    link
    English
    106
    edit-2
    4 months ago

    OK, so, I attempted to bring some clarity to this discussion that seems like it’s all over the place in terms of methodology and difficulty. Here is a breakdown as well as some instructions that should hopefully help OP out.

    1. Running VPN on Router (suggested by ruplicant):

      • Veracity: Valid. Running a VPN on the router secures all devices on the network.
      • Complexity: High for a beginner. Requires a compatible router and understanding of router firmware.
      • Suitability for Beginners: Not ideal due to the technical complexity.
    2. Setting Up Media Server on Raspberry Pi (suggested by ruplicant):

      • Veracity: Valid. Raspberry Pi can effectively run media servers like Plex or Jellyfin.
      • Complexity: Moderate. It requires some technical know-how for setup and maintenance.
      • Suitability for Beginners: Moderate. Good for those with some technical background.
    3. Standard Computer Setup with Torrent Client and VLC (suggested by send_me_your_ink):

      • Veracity: Valid. This is a common method for downloading and viewing content.
      • Complexity: Low. Easy to set up and use.
      • Suitability for Beginners: High. Straightforward and less technically demanding.
    4. Using Plex Over Jellyfin (suggested by Reverendender):

      • Veracity: Subjective. Both are valid, but Plex is often seen as more user-friendly.
      • Complexity: Low for Plex, moderate for Jellyfin.
      • Suitability for Beginners: Plex is more suitable due to its ease of use.

    Based on this analysis, for a beginner user, the most straightforward and effective approach would be to use a standard computer setup with a VPN, a torrent client, and VLC media player for streaming. This setup minimizes technical complexity while providing a good balance of privacy and ease of use.

    Step-by-Step Instructions for Beginners:

    1. Set Up a VPN on Your Computer:

    • Choose a reputable VPN service (like Mullvad or ProtonVPN).
    • Download and install the VPN software on your computer.
    • Follow the software’s instructions to connect to a VPN server.

    2. Install a Torrent Client:

    • Download a user-friendly torrent client (e.g., qBittorrent, uTorrent).
    • Install the torrent client on your computer.
    • Configure the settings for privacy (like enabling a kill switch, if available).

    3. Download and Install VLC Media Player:

    • Download VLC from its official website.
    • Install VLC, following the setup wizard.

    4. Download Content:

    • Use the torrent client to find and download content.
    • Ensure your VPN is active whenever you are downloading.

    5. Stream Content to Your TV:

    • If your TV supports casting (like with Chromecast), use VLC’s streaming feature to cast content to your TV.
    • Alternatively, connect your computer to the TV via HDMI for direct playback.

    6. Practice Good Security Habits:

    • Always keep your VPN active when downloading or streaming content.
    • Regularly update your software (VPN, torrent client, VLC) for security.

    7. Optional: Explore Advanced Configurations Later:

    • As you become more comfortable, you might explore setting up a media server like Plex for a more integrated experience.
    • modifier
      link
      fedilink
      English
      294 months ago

      This was it. This was the comment I needed to remove all excuses and get me going. I have officially raised sail.

      Thank you.

        • modifier
          link
          fedilink
          English
          14 months ago

          It’s only 4 days later and I just built my first Raspberry Pi server for either Plex or Jellyfin.

            • modifier
              link
              fedilink
              English
              24 months ago

              Well, I’ve got an ISP with no data caps, two layers of VPN, and 8tb to fill. I don’t know what I didn’t do this sooner, but it’s been a good weekend so far.

              • DominusOfMegadeus
                link
                English
                14 months ago

                Older movies, and especially older series are often very difficult to find in my experience. I just filed my 8TB and moved to a 16.

    • @funkless_eckOP
      link
      English
      74 months ago

      thank you for this. my bed time now but I’ll dig into this over thr next couple of days

      • DominusOfMegadeus
        link
        English
        54 months ago

        Anytime! On step 3 you can also just install plex or jellyfin on your computer instead of VLC. Easier IMHO

          • DominusOfMegadeus
            link
            English
            24 months ago

            OK, I haven’t used Ubuntu in 10 years, and never setup a VPN on it, but here’s what I got:

            Certainly! Below is a step-by-step guide to installing and configuring Mullvad VPN on Ubuntu. Mullvad is a VPN service that helps maintain your online privacy and security.

            Prerequisites

            • An active Mullvad VPN account
            • A computer running Ubuntu

            Step-by-Step Installation and Configuration

            Step 1: Download Mullvad VPN

            1. Open a web browser and go to the Mullvad VPN website (https://mullvad.net).
            2. Navigate to the download section.
            3. Select the Linux version and download the .deb file appropriate for Ubuntu.

            Step 2: Install Mullvad VPN

            1. Open the terminal (Ctrl + Alt + T).
            2. Navigate to the directory where the downloaded .deb file is located. For example, if it’s in the Downloads folder, use cd ~/Downloads.
            3. Install the package using the following command:
              sudo dpkg -i [MullvadVPN-File].deb 
              
              Replace [MullvadVPN-File] with the name of the file you downloaded.

            Step 3: Resolve Dependencies

            1. If the installation reports missing dependencies, fix it by running:
              sudo apt-get install -f
              

            Step 4: Launch Mullvad VPN

            1. You can start Mullvad VPN from the terminal by typing mullvad-vpn or find it in the applications menu and launch it from there.

            Step 5: Log In

            1. Once Mullvad VPN is open, log in using your account number provided by Mullvad.

            Step 6: Connect to a Server

            1. Select a country or server you want to connect to.
            2. Click on the “Secure my connection” button to establish a VPN connection.

            Step 7: Verify Connection (Optional)

            1. To ensure that the VPN is working, you can visit a website like https://ipleak.net and check if your IP address and location have changed.

            Step 8: Configure Settings (Optional)

            1. You can configure additional settings like auto-connect on startup, enable/disable the kill switch, and select specific protocols as per your preference.

            Tips

            • Keep your Mullvad VPN application updated for the latest features and security updates.
            • If you experience any issues, restarting the Mullvad VPN service or your computer might help.

            Troubleshooting

            • If you encounter problems during installation or connection, refer to the official Mullvad VPN support page or community forums for assistance.

            Yes, there are several VPNs that are known for being user-friendly and relatively easy to set up and install on Ubuntu. Here are some popular options:

            1. ExpressVPN: Known for its high speeds and easy-to-use interface, ExpressVPN offers a native application for Ubuntu. The installation process is straightforward, and they provide detailed guides on their website.

            2. NordVPN: NordVPN also offers a native Linux app with a simple setup process. It’s known for strong security features and a large server network.

            3. CyberGhost: While CyberGhost doesn’t have a native Linux app, it provides detailed setup guides for using it on Ubuntu via OpenVPN or other protocols. This makes it relatively easy to install and configure.

            4. Private Internet Access (PIA): PIA offers a Linux app with a simple interface and easy setup. It’s known for its strong commitment to privacy.

            5. Surfshark: Surfshark has a native application for Linux that is straightforward to install and use. They offer good speeds and an unlimited number of simultaneous connections.

            General Steps for Installing a VPN on Ubuntu:

            1. Sign Up for a VPN Service: Choose a VPN provider and sign up for their service.

            2. Download the VPN Client: Visit the VPN’s website and download the Linux client or setup files. Some VPNs offer .deb files that make installation easier on Ubuntu.

            3. Install the VPN Client: You can typically install the .deb file using Ubuntu’s Software Center or via the command line with sudo dpkg -i [downloaded-file-name].deb.

            4. Launch and Configure the VPN: After installation, open the VPN application, log in with your credentials, and configure the settings as needed.

            5. Connect to a Server: Choose a server location and connect to start using the VPN service.

            Tips:

            • Always check if your chosen VPN supports Ubuntu specifically to ensure compatibility.
            • Look for VPNs that offer dedicated Linux support or detailed setup guides.
            • Ensure the VPN service has a good privacy policy and strong security features.

            Each VPN provider will have specific instructions for installation and setup, so it’s a good idea to refer to the documentation provided on their official website.

            • @funkless_eckOP
              link
              English
              1
              edit-2
              4 months ago

              Forgive my ignorance, but doesn’t the mullvad need to run through gluetun, or at least in its own docker container to be secure?

              Or to put it another way, whats the benefit/cost of installing it via dpkg as opposed to running it in a container, as opposed to running it in in gluetun (in a container)?

              i thought everything was supposed to run in a container if it’s touching the web

              • DominusOfMegadeus
                link
                English
                34 months ago

                Your question touches on some advanced concepts in networking and system security, specifically around the use of VPNs and Docker containers. Let’s break down the differences and implications of running Mullvad VPN through various methods:

                1. Mullvad via DPKG Installation (Direct Install on OS):

                  • Benefits:
                    • Simplicity: Easy to set up for beginners.
                    • System-wide VPN Coverage: All internet traffic from your computer is routed through the VPN, enhancing privacy and security.
                  • Costs:
                    • Less Flexibility: Harder to isolate specific applications or services.
                    • Potential for IP Leaks: If the VPN disconnects, your real IP address might be exposed unless the VPN client has a kill switch.
                2. Mullvad in a Docker Container:

                  • Benefits:
                    • Isolation: The VPN connection is isolated to the container, enhancing security for containerized applications.
                    • Flexibility: Different containers can use different network settings, allowing for complex configurations.
                  • Costs:
                    • Complexity: Requires understanding of Docker and networking.
                    • Limited Scope: Only affects network traffic from services running within the container.
                3. Mullvad with Gluetun (VPN in a Container):

                  • Benefits:
                    • Enhanced Security and Isolation: Gluetun provides a VPN client in a Docker container, offering both the security benefits of a VPN and the isolation of Docker.
                    • Flexibility and Control: Allows for selective routing of traffic through the VPN.
                  • Costs:
                    • Increased Complexity: Requires more technical know-how to set up and manage.
                    • Specific to Containerized Services: Only affects traffic from applications running in Docker.

                In essence, the choice depends on your technical expertise, specific needs, and the level of security and flexibility you desire:

                • For Beginners: Direct installation of Mullvad (via DPKG) is straightforward and provides system-wide VPN coverage, suitable for everyday use.
                • For Advanced Users with Specific Needs: Running Mullvad in a Docker container or with Gluetun offers more control and isolation, which is beneficial for complex setups, such as when running multiple services with different networking requirements.

                The idea that “everything touching the web should run in a container” is more of a best practice in professional IT environments, especially for server deployments, rather than a strict rule for personal use. It offers advantages in security and manageability but comes with a learning curve and complexity that might not be necessary for simpler or personal setups.

                • @funkless_eckOP
                  link
                  English
                  14 months ago

                  Thank you - that is helpful.

                  So the Gluetun part is really only for if I want to get into my jellyfin when away from home?

    • @MomoTimeToDie
      link
      English
      44 months ago

      Download a user-friendly torrent client (e.g., qBittorrent, uTorrent).

      Isn’t uTorrent, like, malware or something?

      • DominusOfMegadeus
        link
        English
        24 months ago

        Maybe we can put together a wiki or something. No idea who the mods are though.

      • DominusOfMegadeus
        link
        English
        14 months ago

        I do not think so, (or else that is not a factor on a mac?). I run private internet Explorer (which I am dropping in favor of proton when my subscription runs out) and I have never done any kind of configuration like that on it, and have literally never had a problem.