How do I change so Airtime is on my VPS's IP instead of an domain?
  • Hello, I have been trying to install airtime on my VPS and I get it to work.

    But, I don't know how to connect my domain, and I just want to use my IP address.

    So when doing the automatic setup I set everything to localhost but when you go to the URL: http://94.177.249.162/ it redirects to http://mushtunes/login

    I did not set anything for the URL so it's mushtunes. But my server is called mushtunes.

    How do I fix this so I can type in my domain to open Airtime?

    I'm using Debian wheezy.

    - Sam
  • 1 Comment sorted by

  • Hey Sam,

    Looks like an issue with your Apache virtual host file to me...

    It'll probably be in /etc/apache2/sites-available/ and named something like airtime-vhost.conf  ... look around in there, you'll probably see a line that looks something like this:

    Redirect permanent /login https://mushtunes/login

    Edit that and replace it with: 

    Redirect permanent /login https://94.177.249.162/login

    And then restart Apache ( sudo service apache2 restart )

    In the meantime, you can bypass it and access Airtime by going directly to https://94.177.249.162/login

    Cheers :)