The subject header speaks for itself here. This is the guide that accompanies my Youtube video, that has become rather popular. Are you ready to setup your own Nginx RTMP live-stream server & HLS video-player on a Wordpress site on Ubuntu/Debian?
Ant Media Server on Ubuntu 18.04
This short guide will show you how to install Ant Media Server (Community Edition) on a Ubuntu 18.04 VPS server. Ant Media Server is a fork of Red5. The community Edition is free, but it does have it’s limitations that can be unlocked by purchasing a license. It runs on …
Fix the Nginx module in Webmin (Ubuntu 18.04)
For a long time now, the Nginx plugin that exists for Webmin did not work after installing it on Ubuntu/Debian. I never got around to figure out how to fix this but today I did. Here’s how to fix the Nginx plugin in Webmin on a Ubuntu server. Now in …
Build a live-stream server
Build your own livestream server on Ubuntu 18.04 with Nginx, RTMP, Ffmpeg, HLS, SSL, VideoJS.
Get started on running your own VPS in under 5 minutes
I’ve made another YouTube video as preparation for an upcoming video. It shows how to create your own VPS server and perform some basic steps.
Block all traffic from a Geo-located country with UFW firewall on Ubuntu
I was noticing some really strange requests in my web server’s log files on a VPS that I manage. Requests that seem to be focused on finding vulnerabilities or exploits. Turns out most of the originating IP addresses are from China. Since the VPS is not behind a router or …
How to setup Nginx+RTMP live stream server
IMPORTANT UPDATE! These guides may be outdated. Please see the new guide here: https://www.ustoopia.nl/featured/nginx-rtmp-hls-ssl-videojs-on-ubuntu-18-04/ I made a couple of Youtube video’s with some instructions on how to setup your own private live-stream server using Nginx running on Ubuntu 18.04. . Click on the CONTINUE READING link below to see a …
Install MariaDB 10.1 on Ubuntu16.04
I have Ubuntu16.04 servers running and I want to run database engines like MariaDB on it. Normally I would just type sudo apt install mariadb-server and the database system would be up and running in under two minutes. Ubuntu16.04 will install version 10.0 by default, but I want to install …
Unattended Ubuntu ISO Maker
Just found an awesome script online that I tested today and it works great. It’s a script that allows you to create an ISO for a unattended installation for Ubuntu 16.04.3 LTS. Just made myself one of those ISO’s and I’m going to try to see if I can implement …
Adding cloud storage as permanent mount to Ubuntu Server 16.04
Many cloud storage services give you the option to mount your online storage as an extra drive on your operating system. This can be done really easy on any operating system that runs a desktop environment. But I wanted to add my storage as a mounted drive on Ubuntu Server, …
Disable IPv6 on Ubuntu 16.04 Permanently
If you want IPv6 disabled permanently on a Ubuntu 16.04 system, here’s a good way to do it. Disabling it like this should keep it disabled permanently, even after performing updates that could potentially enable it again without you knowing it. I haven’t tested it so I’m not 100% certain …
How to install MP4Box on Ubuntu 16.04 Headless
“MP4Box is a multimedia packager, with a vast number of functionalities: conversion, splitting, hinting, dumping and others. It can be used for performing many manipulations on multimedia files like AVI, MPG, TS, but mostly on ISO media files (e.g. MP4, 3GP). It is a command-line tool so it can be utilized …