Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Yu FranzKafka edited this page Oct 24, 2022 · 11 revisions

Login

After installation,if everything goes well,x-ui can run normally.We could login panel.
Open your browser,and type http://serverIp:portto get into login page.
Please replace serverIp with your real server ip or your domain associated with your server.
The default listening port is 5321,default username and password are both 54321.

The first time when you login your panel and you have entered settings page,the panel will generate a random web base path automatically for security concern.
And you will see page not found 404 error,you can login your server and get into x-ui control menu,type 7 to get your current web base path.
Then you should use http://serverIp:port/base_path as the new login link.
If you forgot your username or password for some reasons,you can also use this method to retrieve them.

HTTPS

If you have set up certs for your panel in settings,after restarting panel,you can login your panel via HTTPS.
We strongly recommend you enable https for security.And the shell script also provides an option to help you issue your own SSL certs easily.

Clone this wiki locally