this post was submitted on 11 Sep 2024
14 points (100.0% liked)

Jellyfin: The Free Software Media System

7286 readers
19 users here now

Current stable release: 10.10.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 5 years ago
MODERATORS
 

Using the android client app and I tried to connect to my new server (first time setup). When I tap "Choose server" I can see the server name and local IP (192.168.0.5). When I tap on it, it won't connect. What am I probably doing wrong?

Edit: the app uses a default address, although it identifies the name of the server I set up. I checked the WiFi settings on the machine and the server is 192.168.1.60. I used this and it worked immediately.

Thanks for the help! I was able to eliminate some things, and learned some important things.

you are viewing a single comment's thread
view the rest of the comments
[–] PlasticExistence@lemmy.world 5 points 11 months ago* (last edited 11 months ago)

We all start somewhere, and none of us learn without the help of others who've come before us. No need to apologize for that.

ping is a terminal (command line) utility used to check that a different machine is reachable. The name comes from the sound that sonar makes when it strikes a metal ship hull.

Termux is the app to get on Android.

Try it. Open up a terminal emulator / command line and do a ping google.com (or your website or local network address of choice). You'll see the response from the other machine and how long it took to do that.